GemBox.Pdf.Ocr Namespace
Contains classes that implement optical character recognition (OCR), a process of converting images with text into machine-encoded text. An optical character recognition can be performed on PDF files and images by using OcrReader's Read(PdfDocument) methods as demonstrated in the Optical Character Recognition (OCR) example.
Classes
OcrException | Represents errors that can occur when performing optical character recognition. |
OcrLanguages | Defines all languages and scripts which can be used for optical character recognition. |
OcrReader | Represents a class that performs optical character recognition. |
OcrReadOptions | Represents options for performing optical character recognition. |