| Class | Description |
|---|---|
| OcrBitmapInput |
Allows to set OCR input as a bitmap
|
| OcrInput |
Input for the OCR process
|
| OcrPagesInput |
Allows to set OCR input as a list of pages
|
| OcrPdfRenderer |
Saves Document with given Pages into
PDF sandwiched with results of OCR. Perform OCR during this process.
|
| OcrSettings |
Encapsulates settings for OCR
|
| OcrUrisInput |
Allows to set OCR input as a list of URIs of encrypted or normal images
|
| SandwichingPdfOcrPerformer |
Performs OCR and returns recognized text and sandwiched pdf as a result.
|
| SimpleOcrPerformer |
Performs OCR and returns recognized text as a result
|
| StubOcrPerformer |
Dummy realization of
interface OcrPerformer.
Part of OCR-feature, which is available only in Scanbot SDK package 2. |
| StubTextRecognition |
Dummy realization of
interface TextRecognition.
Part of OCR-feature, which is available only in Scanbot SDK package 2. |
| TextRecognizerFactory |
Provides appropriate
class TextRecognizers depending on needed result |