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
private final List<Page>
sourceOcrPages
-
Constructor Summary
Constructors Constructor Description ScanbotOcrEngine.DocumentInput(Document document, OcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, List<Page> sourceOcrPages)
-
Method Summary
Modifier and Type Method Description Integer
getSize()
final Document
getDocument()
OcrEngine.EngineMode
getEngineMode()
PdfConfiguration
getPdfConfig()
File
getOutputFile()
List<Page>
getSourceOcrPages()
-
-
Constructor Detail
-
ScanbotOcrEngine.DocumentInput
ScanbotOcrEngine.DocumentInput(Document document, OcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, List<Page> sourceOcrPages)
-
-
Method Detail
-
getDocument
final Document getDocument()
-
getEngineMode
OcrEngine.EngineMode getEngineMode()
-
getPdfConfig
PdfConfiguration getPdfConfig()
-
getOutputFile
File getOutputFile()
-
getSourceOcrPages
List<Page> getSourceOcrPages()
-
-
-
-