Link Search Menu Expand Document

IBaseOCRExtractorIsOCRRecommendedForPage Method

Detects whether OCR is recommended for specified page. OCR (Optical Character Recognition) is recommended when pages has no text objects bat has an image that might contain text.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
bool IsOCRRecommendedForPage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bytescout.PDFExtractor.IBaseOCRExtractor.IsOCRRecommendedForPage(System.Int32)"]

See Also

Reference