Link Search Menu Expand Document

OCRCacheMode Enumeration

OCR results caching behavior. Turned off by default (no cache is used). In "WholePage" caching mode you may save processing time as the SDK will check if need to re-run OCR on the page or 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 enum OCRCacheMode
Members
Member nameValueDescription
Off0 No caching.
WholePage1 Entire page is cached. When reading data from regions of the page, the text will be taken from the cache.
See Also

Reference