Link Search Menu Expand Document

OCRMode Enumeration

OCR (Optical Character Recognition) usage mode.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public enum OCRMode
Members
Member nameValueDescription
Disabled0 No OCR.
Auto1 Runs OCR if page contains very few text objects and one or more images.
Forced2 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).
RepairFonts3 Forced OCR mode. The entire document page is rendered to an image and passed through OCR.
See Also

Reference