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