IOCRAnalyzerAnalyzeByOCRConfidence Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Performs OCR analysis on the specified document page. You can use SetExtractionArea(RectangleF) method to limit the analysis by the rectangular area of the page.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Parameters
- pageIndex
- Type: SystemInt32
Page index.
Return Value
Type: OCRAnalysisResultsOCRAnalysisResults object containing recommended filters. Use ApplyResults(OCRAnalysisResults, BaseTextExtractor) method to apply the recommended filters to extractors.
See Also