A
D
G
H
I
R
S
D
- DCScanner - class in io.scanbot.sdk.dcscanner
- Performs detection and recognition of disability certificate data
- DCScannerFrameHandler - class in io.scanbot.sdk.dcscanner
- Performs Disability Certificates data detection on camera preview frames.
- DCScannerFrameHandler.Companion - class in io.scanbot.sdk.dcscanner.DCScannerFrameHandler
- DCScannerFrameHandler.DcScannerResultHandler - class in io.scanbot.sdk.dcscanner.DCScannerFrameHandler
- Successor-class needed for cross-platform implementation
- DCScannerFrameHandler.ResultHandler - class in io.scanbot.sdk.dcscanner.DCScannerFrameHandler
- Continuously notified about DC data detection results.
- DefaultDCScanner - class in io.scanbot.sdk.dcscanner
- Performs detection and recognition of DC data
- detectAndRecognizeDCBitmap(Bitmap,Integer) - function in io.scanbot.sdk.dcscanner.DCScanner
- Performs DC page detection and data recognition on the Bitmap.
- detectAndRecognizeDCBitmap(Bitmap,Integer) - function in io.scanbot.sdk.dcscanner.DefaultDCScanner
- Performs DC page detection and data recognition on the Bitmap.
- detectAndRecognizeDCJPEG(ByteArray,Integer,Integer,Integer) - function in io.scanbot.sdk.dcscanner.DCScanner
- Performs DC page detection and data recognition on the JPEG image.
- detectAndRecognizeDCJPEG(ByteArray,Integer,Integer,Integer) - function in io.scanbot.sdk.dcscanner.DefaultDCScanner
- Performs DC page detection and data recognition on the JPEG image.