Document Input
data class DocumentInput(val document: Document, val engineMode: OcrEngine.EngineMode = OcrEngine.EngineMode.SCANBOT_OCR, val pdfConfig: PdfConfiguration? = null, val outputFile: File? = null, val sourceOcrPages: List<Page> = emptyList()) : ScanbotOcrEngine.EngineInput
Allows to set OCR input as Document of encrypted or normal images
Constructors
Link copied to clipboard
constructor(document: Document, engineMode: OcrEngine.EngineMode = OcrEngine.EngineMode.SCANBOT_OCR, pdfConfig: PdfConfiguration? = null, outputFile: File? = null, sourceOcrPages: List<Page> = emptyList())