ISearchablePDFMakerGetPageOCRCells Method ByteScout PDF Extractor SDK
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.1.4801-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