Link Search Menu Expand Document

SearchablePDFMakerGetPageOCRCells Method (Int32)

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
public List<OCRCell> GetPageOCRCells(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page to process.

Return Value

Type: ListOCRCell
Array of OCRCell.

Implements

ISearchablePDFMakerGetPageOCRCells(Int32)
See Also

Reference