| Interface | Description |
|---|---|
| OcrPerformer |
Performs Ocr and return
class OcrResult
if license or feature not available result will contains empty data |
| TextRecognition |
Text recognition API.
|
| Class | Description |
|---|---|
| OcrResult |
Represents result of OCR-performing.
Optionally contains sandwiched pdf file
|
| OcrResultBlock |
Part of the optical character recognitions result.
Each block represents a text paragraph, a text line or a word and contains information about it,
like the found text, the bounding box, where in the image the paragraph/line/word can be found,
the confidence value and the type.
|
| TextRecognizer |
Performs text recognition.
|