public interface TextRecognition
| Modifier and Type | Method and Description |
|---|---|
TextRecognizer |
withoutPDF(Language defaultLanguage,
java.util.List<Page> pages)
Provides
TextRecognizer which can be used to recognize text. |
TextRecognizer |
withoutPDF(java.util.List<Language> languages,
java.util.List<Page> pages)
Provides
TextRecognizer which can be used to recognize text. |
TextRecognizer |
withPDF(Language defaultLanguage,
Document document,
java.util.List<Page> pages)
Provides
TextRecognizer which can be used for creating PDF with embedded text recognition result. |
TextRecognizer |
withPDF(java.util.List<Language> languages,
Document document,
java.util.List<Page> pages)
Provides
TextRecognizer which can be used for creating PDF with embedded text recognition result. |
TextRecognizer withPDF(Language defaultLanguage, Document document, java.util.List<Page> pages)
TextRecognizer which can be used for creating PDF with embedded text recognition result.defaultLanguage - to perform recognition with.
Use it to skip part with language detection and only if you are sure with what language OCR should be preformed with.document - to which sandwiched pdf will be writtenpages - to perform OCR onTextRecognizerTextRecognizer withPDF(java.util.List<Language> languages, Document document, java.util.List<Page> pages)
TextRecognizer which can be used for creating PDF with embedded text recognition result.languages - to perform recognition with.document - to which sandwiched pdf will be writtenpages - to perform OCR onTextRecognizerTextRecognizer withoutPDF(Language defaultLanguage, java.util.List<Page> pages)
TextRecognizer which can be used to recognize text.defaultLanguage - to perform recognition with.
Use it to skip part with language detection and only if you are sure with what language OCR should be preformed with.pages - to perform OCR onTextRecognizerTextRecognizer withoutPDF(java.util.List<Language> languages, java.util.List<Page> pages)
TextRecognizer which can be used to recognize text.languages - to perform recognition with.pages - to perform OCR onTextRecognizer