OCR PlugIn

Methods


Public Method OCR2SearchableMutlipagePDF

(For OCR plugin only) Convert all pages from image buffer to Searchable Multipage PDF/A file. 

Public Method OCRGetRecognizedCharBottom

(For OCR plugin only) Return the bottom position in pixel of one of the characters recognized.

Public Method OCRGetRecognizedCharCode

(For OCR plugin only) Return the ACSII code of one of the characters recognized.

Public Method OCRGetRecognizedCharConfidence

(For OCR plugin only) Return the confidence of one of the characters recognized.

Public Method OCRGetRecognizedCharCount

(For OCR plugin only) Return the number of characters recognized.

Public Method OCRGetRecognizedCharLeft

(For OCR plugin only) Return the left position in pixel of one of the characters recognized.

Public Method OCRGetRecognizedCharLine

(For OCR plugin only) Return the line position of one of the characters recognized.

Public Method OCRGetRecognizedCharRight

(For OCR plugin only) Return the right position in pixel of one of the characters recognized.

Public Method OCRGetRecognizedCharSpaces

(For OCR plugin only) Return the number of spaces detected before a character recognized.

Public Method OCRGetRecognizedCharTop

(For OCR plugin only) Return the number of spaces detected before a character recognized.

Public Method OCRGetRecognizedText

(For OCR plugin only) Return the recognized text.

Public Method OCRIsRecognizing

(For OCR plugin only) Return the recognizing status.

Public Method OCRSaveRecognizedText

(For OCR plugin only) Save the recognized text to text file.

Public Method OCRSetRect

(For OCR plugin only) Set the specific zone for recognizing.

Public Method OCRStartScan

(For OCR plugin only) Start a recognition process.

Public Method OCRStopScan

(For OCR plugin only) Stop a recognition process.