TesseractOcrTesseractOnlyMode Property
Description
Property type
Syntax
Visual Basic |
---|
Public Property TesseractOcrTesseractOnlyMode As Boolean |
Return value
- True: OEM_CUBE_ONLY, which enables better accuracy but slower test performance. Use this option if your language pack has files with .cube extensions.
- False: OEM_TESSERACT_ONLY, which enables better test performance but lower accuracy. Use this option if language pack only has .tessdata files.
See Also