| Interface | Description |
|---|---|
| OcrPerformer |
Performs Ocr
|
| PDFProcessor |
Applies eligible Document and Page properties to PDF document. Currently supports: - PDF annotations
|
| ProcessingInfoProvider |
Provides net.doo.snap.entity.Document and Page that should be processed or are already processed. Results are wrapped into DocumentDraft
|
| ProcessorMonitor<T> |
Reacts on T processing finished
|
| TextRecognition |
Text recognition API.
|
| Class | Description |
|---|---|
| DocumentLockProvider |
Locks access to documents. Can be used to either prevent processing or disable UI for corresponding documents.
|
| DocumentLockProvider_Factory | |
| DocumentLockProvider_Factory | |
| DocumentProcessingResult |
Result of the document draft processing
|
| DocumentProcessor |
Saves pdf documents using DocumentDraft source Call in a background thread only. Not thread safe
|
| DocumentProcessorMonitor |
Reacts on Document processing finished
|
| DocumentProcessorProvider |
Provides DocumentProcessor if SDK license is valid
|
| DocumentProcessorProvider_Factory | |
| DocumentProcessorProvider_Factory | |
| DocumentProcessor_Factory | |
| DocumentProcessor_Factory | |
| 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.
|
| PageProcessor |
Performs page processing such as drawing signatures, overlay on page bitmap.
|
| PageProcessorMonitor |
Reacts on Page processing finished
|
| PageProcessor_Factory | |
| PageProcessor_Factory | |
| StubPDFProcessor |
Provides methods for PDF processing
|
| StubProcessingInfoProvider |
Stub of ProcessingInfoProvider
|
| TextRecognizer |
Performs text recognition.
|