Link Search Menu Expand Document

BaseTextExtractorOCRCacheMode Property

Sets caching of OCR results. Default is Off (no caching). In WholePage caching mode you can save processing time as the SDK will check if need to re-run OCR on the page or it can just pull results from previously cached OCR results.

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

Property Value

Type: OCRCacheMode

Implements

IBaseOCRExtractorOCRCacheMode
See Also

Reference