| Interface | Description |
|---|---|
| DocumentClassifier |
Performs classification of documents
|
| LanguageProvider |
Provides languages to perform OCR with (pre-OCR language provider).
|
| TextBasedLanguageDetector |
Language detection based on recognized text (post-OCR language detection).
|
| Class | Description |
|---|---|
| DooTextBasedLanguageDetector |
Detects language of a document
|
| DooTextBasedLanguageDetector_Factory | |
| DooTextBasedLanguageDetector_Factory | |
| OcrPdfRenderer |
Saves Document with given Pages into PDF sandwiched with results of OCR. Perform OCR during this process.
|
| OcrPdfRenderer_Factory | |
| OcrPdfRenderer_Factory | |
| SandwichingPdfOcrPerformer |
Performs OCR and returns recognized text and sandwiched pdf as a result.
|
| SimpleOcrPerformer |
Performs OCR and returns recognized text as a result
|
| StubDocumentClassifier |
Performs classification of documents
|
| StubLanguageProvider |
Dummy realization of LanguageProvider. Part of OCR-feature, which is available only in Scanbot SDK package 2.
|
| StubOcrPerformer |
Dummy realization of OcrPerformer. Part of OCR-feature, which is available only in Scanbot SDK package 2.
|
| StubTextBasedLanguageDetector |
Dummy realization of TextBasedLanguageDetector. Part of OCR-feature, which is available only in Scanbot SDK package 2.
|
| StubTextRecognition |
Dummy realization of TextRecognition. Part of OCR-feature, which is available only in Scanbot SDK package 2.
|
| TextRecognizerFactory |
Provides appropriate TextRecognizers depending on needed result
|
| TextRecognizerFactory_Factory | |
| TextRecognizerFactory_Factory | |
| UserLanguageProvider |
Detects languages used by device using as much available sources, as possible Currently supports: - Device locale - Geographical location
|
| UserLanguageProvider_Factory | |
| UserLanguageProvider_Factory |