| Interface | Description |
|---|---|
| TextRecognition |
Text recognition API.
|
| Class | Description |
|---|---|
| DocumentProcessingResult |
Result of the document draft processing
|
| DocumentProcessor |
Saves pdf documents using DocumentDraft source Call in a background thread only. Not thread safe
|
| OcrResult |
Represents result of OCR-performing. Contains recognized text as a String and optional 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.
|