IOCRAnalyzerAnalyzeByOCRConfidence Method ByteScout PDF Extractor SDK
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.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

OCRAnalysisResults AnalyzeByOCRConfidence(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index.

Return Value

Type: OCRAnalysisResults
OCRAnalysisResults object containing recommended filters. Use ApplyResults(OCRAnalysisResults, BaseTextExtractor) method to apply the recommended filters to extractors.
See Also

Reference