OCRMode 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
OCR (Optical Character Recognition) usage mode.
Namespace:ByteScout.DocumentParserAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | No OCR. | |
Auto | 1 | Runs OCR if page contains very few text objects and one or more images. | |
Forced | 2 | Force OCR to extract text from both images and fonts. Useful for PDF documents with mixed content (when portion of document text is drawn as image). | |
RepairFonts | 3 | Forced OCR mode. The entire document page is rendered to an image and passed through OCR. |
See Also