Link Search Menu Expand Document

ISearchablePDFMakerGetPageOCRCells Method

Processes the document with OCR (Optical Character Recognition), adds returns recognized data as array of OCRCell.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
List<OCRCell> GetPageOCRCells(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page to process.

Return Value

Type: ListOCRCell
Array of OCRCell.
See Also

Reference