Link Search Menu Expand Document

SensitiveDataDetectorIsOCRRecommendedForPage 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
public bool IsOCRRecommendedForPage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index.

Return Value

Type: Boolean

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

Implements

IBaseOCRExtractorIsOCRRecommendedForPage(Int32)
See Also

Reference