Package io.scanbot.sdk.ocr
Class ScanbotOpticalCharacterRecognizer.RecognizerInput
-
- All Implemented Interfaces:
public class ScanbotOpticalCharacterRecognizer.RecognizerInput
Input for the OCR process
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
size
private final OpticalCharacterRecognizer.EngineMode
engineMode
private final PdfConfig
pdfConfig
private final File
outputFile
-
Method Summary
Modifier and Type Method Description abstract Integer
getSize()
abstract OpticalCharacterRecognizer.EngineMode
getEngineMode()
abstract PdfConfig
getPdfConfig()
abstract File
getOutputFile()
-
-
Method Detail
-
getEngineMode
abstract OpticalCharacterRecognizer.EngineMode getEngineMode()
-
getPdfConfig
abstract PdfConfig getPdfConfig()
-
getOutputFile
abstract File getOutputFile()
-
-
-
-