Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ocr
/
ScanbotOcrEngine
/
EngineInput
Engine
Input
sealed
class
EngineInput
Input for the OCR process
Inheritors
PagesInput
BitmapInput
UrisInput
DocumentInput
Members
Properties
engine
Mode
Link copied to clipboard
abstract
val
engineMode
:
OcrEngine.EngineMode
output
File
Link copied to clipboard
abstract
val
outputFile
:
File
?
pdf
Config
Link copied to clipboard
abstract
val
pdfConfig
:
PdfConfiguration
?
size
Link copied to clipboard
abstract
val
size
:
Int
source
Ocr
Pages
Link copied to clipboard
abstract
val
sourceOcrPages
:
List
<
Page
>