Package io.scanbot.sdk.ocr
Class ScanbotOcrEngine.DocumentInput
-
- All Implemented Interfaces:
public final class ScanbotOcrEngine.DocumentInput extends ScanbotOcrEngine.EngineInput
Allows to set OCR input as Document of encrypted or normal images
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
size
private final Document
document
private final OcrEngine.EngineMode
engineMode
private final PdfConfiguration
pdfConfig
private final File
outputFile
-
Constructor Summary
Constructors Constructor Description ScanbotOcrEngine.DocumentInput(Document document, OcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile)
-
Method Summary
Modifier and Type Method Description Integer
getSize()
final Document
getDocument()
OcrEngine.EngineMode
getEngineMode()
PdfConfiguration
getPdfConfig()
File
getOutputFile()
-
-
Constructor Detail
-
ScanbotOcrEngine.DocumentInput
ScanbotOcrEngine.DocumentInput(Document document, OcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile)
-
-
Method Detail
-
getDocument
final Document getDocument()
-
getEngineMode
OcrEngine.EngineMode getEngineMode()
-
getPdfConfig
PdfConfiguration getPdfConfig()
-
getOutputFile
File getOutputFile()
-
-
-
-