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
/
BitmapInput
/
BitmapInput
Bitmap
Input
constructor
(
bitmap
:
Bitmap
,
engineMode
:
OcrEngine.EngineMode
=
OcrEngine.EngineMode.SCANBOT_OCR
,
pdfConfig
:
PdfConfiguration
?
=
null
,
outputFile
:
File
?
=
null
,
sourceOcrPages
:
List
<
Page
>
=
emptyList()
)