Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
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: 12.0.0.4062-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Off | 0 | No caching. | |
WholePage | 1 | Entire page is cached. When reading data from regions of the page, the text will be taken from the cache. |
See Also