Link Search Menu Expand Document

OCRAnalyzerAnalyzeByOCRConfidence Method

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.0.4760-master
Syntax
public 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.

Implements

IOCRAnalyzerAnalyzeByOCRConfidence(Int32)
See Also

Reference