- scanBitmap(bitmap, shouldRecognize, orientation) - Method in class io.scanbot.sdk.idcardscanner.DefaultIdCardScanner
-
Scan image to detect ID card and data on it
- scanBitmap(bitmap, shouldRecognize, orientation) - Method in interface io.scanbot.sdk.idcardscanner.IdCardScanner
-
Deprecated.
Scan image to detect ID card and data on it
- scanBitmap(bitmap, shouldRecognize, orientation) - Method in class io.scanbot.sdk.idcardscanner.StubIdCardScanner
-
Scan image to detect ID card and data on it
- scanJpeg(jpeg, shouldRecognize, orientation) - Method in class io.scanbot.sdk.idcardscanner.DefaultIdCardScanner
-
Scan image to detect ID card and data on it
- scanJpeg(jpeg, shouldRecognize, orientation) - Method in interface io.scanbot.sdk.idcardscanner.IdCardScanner
-
Deprecated.
Scan image to detect ID card and data on it
- scanJpeg(jpeg, shouldRecognize, orientation) - Method in class io.scanbot.sdk.idcardscanner.StubIdCardScanner
-
Scan image to detect ID card and data on it
- scanNv21(nv21, width, height, orientation, finderRect, shouldRecognize) - Method in class io.scanbot.sdk.idcardscanner.DefaultIdCardScanner
-
Scan image to detect ID card and data on it
- scanNv21(nv21, width, height, orientation, finderRect, shouldRecognize) - Method in interface io.scanbot.sdk.idcardscanner.IdCardScanner
-
Deprecated.
Scan image to detect ID card and data on it
- scanNv21(nv21, width, height, orientation, finderRect, shouldRecognize) - Method in class io.scanbot.sdk.idcardscanner.StubIdCardScanner
-
Scan image to detect ID card and data on it
- setAcceptedDocumentTypes(value) - Method in class io.scanbot.sdk.idcardscanner.DefaultIdCardScanner
-
Accepted document types. All other document types will be ignored.
- setAcceptedDocumentTypes(p) - Method in interface io.scanbot.sdk.idcardscanner.IdCardScanner
-
Deprecated.
Accepted document types. All other document types will be ignored.
- setAcceptedDocumentTypes(p) - Method in class io.scanbot.sdk.idcardscanner.StubIdCardScanner
-
Accepted document types. All other document types will be ignored.
- setAcceptedSharpnessScore(value) - Method in class io.scanbot.sdk.idcardscanner.DefaultIdCardScanner
-
Accepted minimal sharpness score. Images with a score less than that will
be rejected with RecognitionStatus::ErrorTooBlurry.
- setAcceptedSharpnessScore(p) - Method in interface io.scanbot.sdk.idcardscanner.IdCardScanner
-
Deprecated.
Accepted minimal sharpness score. Images with a score less than that will
be rejected with RecognitionStatus::ErrorTooBlurry.
- setAcceptedSharpnessScore(p) - Method in class io.scanbot.sdk.idcardscanner.StubIdCardScanner
-
Accepted minimal sharpness score. Images with a score less than that will
be rejected with RecognitionStatus::ErrorTooBlurry.
- setEnabled(p) - Method in class io.scanbot.sdk.idcardscanner.IdCardScannerFrameHandler
-
Parameter determines if ID card detection is enabled. In case of false value incoming
frames are skipped.
- StubIdCardScanner - Class in io.scanbot.sdk.idcardscanner
-
- StubIdCardScanner() - Constructor for class io.scanbot.sdk.idcardscanner.StubIdCardScanner
-