DocumentInput

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())

Properties

Link copied to clipboard
Link copied to clipboard
open override val engineMode: OcrEngine.EngineMode
Link copied to clipboard
open override val outputFile: File? = null
Link copied to clipboard
open override val pdfConfig: PdfConfiguration? = null
Link copied to clipboard
open override val size: Int
Link copied to clipboard
open override val sourceOcrPages: List<Page>