SearchablePDFMakerGetPageOCRCells Method (Int32, Int32)ByteScout PDF Extractor SDK
Processes the document with OCR (Optical Character Recognition), and returns recognized data as array of OCRCell.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public List<OCRCell> GetPageOCRCells(
	int pageIndex,
	out int detectedPageRotation
)

Parameters

pageIndex
Type: SystemInt32
Page index to process.
detectedPageRotation
Type: SystemInt32
Return detected page rotation angle if OCRDetectPageRotation property is true.

Return Value

Type: ListOCRCell
Array of OCRCell.
See Also

Reference