Click or drag to resize
TesseractOcrLicenseStatus Enumeration
The license code processing result by the Ocr engine

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum TesseractOcrLicenseStatus
Members
  Member nameValueDescription
LICENSE_OK0 The License code is OK
LICENSE_EXPIRED1 The License code was a trial license and is now Expired.
LICENSE_INVALID2 The License code is Invalid.
LICENSE_ERROR3 There was an error processing the License code.
Remarks

You need to buy a runtime license for the engine to work properly.

If you have any issue with license activation please contact DevScope support.

See Also