OCRProposedContentType Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines types of content proposed to be on a document page (or on a page region).
Namespace:ByteScout.TextRecognitionAssembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | OCR engine will detect the content type automatically. | |
SingleBlock | 1 | A document page (or page region) contains single block of text. | |
SingleLine | 2 | A document page (or page region) contains single line of text. | |
SingleWord | 3 | A document page (or page region) contains single word. | |
SingleCharacter | 4 | A document page (or page region) contains single character. |
See Also