Package io.scanbot.sdk.ocr
Class ScanbotOpticalCharacterRecognizer.UrisInput
-
- All Implemented Interfaces:
public final class ScanbotOpticalCharacterRecognizer.UrisInput extends ScanbotOpticalCharacterRecognizer.RecognizerInput
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 OpticalCharacterRecognizer.EngineMode
engineMode
private final PdfConfig
pdfConfig
private final File
outputFile
-
Constructor Summary
Constructors Constructor Description ScanbotOpticalCharacterRecognizer.UrisInput(List<Uri> uris, Boolean encryptedInput, OpticalCharacterRecognizer.EngineMode engineMode, PdfConfig pdfConfig, File outputFile)
-
Method Summary
Modifier and Type Method Description Integer
getSize()
final List<Uri>
getUris()
final Boolean
getEncryptedInput()
OpticalCharacterRecognizer.EngineMode
getEngineMode()
PdfConfig
getPdfConfig()
File
getOutputFile()
-
-
Method Detail
-
getEncryptedInput
final Boolean getEncryptedInput()
-
getEngineMode
OpticalCharacterRecognizer.EngineMode getEngineMode()
-
getPdfConfig
PdfConfig getPdfConfig()
-
getOutputFile
File getOutputFile()
-
-
-
-