Package io.scanbot.sdk.ocr
Class ScanbotOcrEngine.PagesInput
-
- All Implemented Interfaces:
public final class ScanbotOcrEngine.PagesInput extends ScanbotOcrEngine.EngineInput
Allows to set OCR input as a list of pages
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
size
private final List<Page>
pages
private final OcrEngine.EngineMode
engineMode
private final PdfConfiguration
pdfConfig
private final File
outputFile
private final List<Page>
sourceOcrPages
-
Constructor Summary
Constructors Constructor Description ScanbotOcrEngine.PagesInput(List<Page> pages, OcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, List<Page> sourceOcrPages)
-
Method Summary
Modifier and Type Method Description Integer
getSize()
final List<Page>
getPages()
OcrEngine.EngineMode
getEngineMode()
PdfConfiguration
getPdfConfig()
File
getOutputFile()
List<Page>
getSourceOcrPages()
-
-
Constructor Detail
-
ScanbotOcrEngine.PagesInput
ScanbotOcrEngine.PagesInput(List<Page> pages, OcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, List<Page> sourceOcrPages)
-
-
Method Detail
-
getEngineMode
OcrEngine.EngineMode getEngineMode()
-
getPdfConfig
PdfConfiguration getPdfConfig()
-
getOutputFile
File getOutputFile()
-
getSourceOcrPages
List<Page> getSourceOcrPages()
-
-
-
-