Link Search Menu Expand Document

OCRProposedContentType Enumeration

Defines types of content proposed to be on a document page (or on a page region).

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public enum OCRProposedContentType
Members
Member nameValueDescription
Auto0 OCR engine will detect the content type automatically.
SingleBlock1 A document page (or page region) contains single block of text.
SingleLine2 A document page (or page region) contains single line of text.
SingleWord3 A document page (or page region) contains single word.
SingleCharacter4 A document page (or page region) contains single character.
See Also

Reference