Link Search Menu Expand Document

IBaseOCRExtractorOCRAutoModeMinExistingTextLength Property

Applies to OCRMode.Auto only. Sets the minimal total length of normal text objects on the current page to decide whether to perform OCR or not. If the length of the text is less than this value then extractor will use OCR for this page. Otherwise it extracts the existing normal text objects only.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
int OCRAutoModeMinExistingTextLength { get; set; }

Property Value

Type: Int32
See Also

Reference