Fixed OS output, as it didn't display Windows 10.

Fixed version string.
Improved OCR and QR code a bit.
This commit is contained in:
Krom, Robertus 2020-02-25 14:30:03 +01:00
commit d8f5259fe0
11 changed files with 327 additions and 132 deletions

View file

@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GreenshotPlugin.Interfaces.Ocr
@ -8,6 +9,11 @@ namespace GreenshotPlugin.Interfaces.Ocr
/// </summary>
public class OcrInformation
{
/// <summary>
/// Check if there is any content
/// </summary>
public bool HasContent => Lines.Any();
/// <summary>
/// The complete text
/// </summary>