OCR PlugIn

Methods


Public Method OCR2SearchableMultipagePDF

(For OCR plugin only) Convert multi-page TIF/PDF file to Searchable Multipage PDF/A file. 

Public Method OCR2SearchablePDF

(For OCR plugin only) Convert single page image file to Searchable Single page PDF/A file. 

Public Method OCR2SearchableTextFile

(For OCR plugin only) Convert to multi-page Searchable Text 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 OCRScanTextAsync

(For OCR plugin only) Set the Asynchronous Mode or Blocking Mode for OCRStartScan method.

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.

Public Method OCRTextFile2SearchablePDF

(For OCR plugin only) Convert image to Searchable Multipage PDF/A file with Searchable Text file.