- recognize(image, width, height, orientation) - Method in class io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
-
Extract data from EHIC in an N21 format image given as an byte array.
- recognize(image, width, height, orientation) - Method in interface io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
-
Extract data from EHIC in an N21 format image given as an byte array.
- recognize(image, width, height, orientation) - Method in class io.scanbot.sdk.hicscanner.StubHealthInsuranceCardScanner
-
Extract data from EHIC in an N21 format image given as an byte array.
- recognizeBitmap(image, orientation) - Method in class io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
-
Extract data from EHIC in an image given as Bitmap.
- recognizeBitmap(image, orientation) - Method in interface io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
-
Extract data from EHIC in an image given as Bitmap.
- recognizeBitmap(image, orientation) - Method in class io.scanbot.sdk.hicscanner.StubHealthInsuranceCardScanner
-
Extract data from EHIC in an image given as Bitmap.
- recognizeJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
-
Extract data from EHIC in an JPEG image given as an byte array.
- recognizeJPEG(image, width, height, orientation) - Method in interface io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
-
Extract data from EHIC in an JPEG image given as an byte array.
- recognizeJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.hicscanner.StubHealthInsuranceCardScanner
-
Extract data from EHIC in an JPEG image given as an byte array.
- recognizeWithFinderOverlay(image, width, height, orientation, finderRect) - Method in class io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
-
Extract data from EHIC in an N21 format image given as an byte array in specified finder overlay rect
- recognizeWithFinderOverlay(image, width, height, orientation, finderRect) - Method in interface io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
-
Extract data from EHIC in an N21 format image given as an byte array in specified finder overlay rect
- recognizeWithFinderOverlay(image, width, height, orientation, finderRect) - Method in class io.scanbot.sdk.hicscanner.StubHealthInsuranceCardScanner
-
Extract data from EHIC in an N21 format image given as an byte array in specified finder overlay rect
- reinitWithValidationType(validationType) - Method in class io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
-
Init HealthInsuranceCardScanner with another validation type, by default validation type set up into HealthInsuranceCardValidationType.ValidationAutoSupported
- reinitWithValidationType(validationType) - Method in interface io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
-
Deprecated.
- reinitWithValidationType(validationType) - Method in class io.scanbot.sdk.hicscanner.StubHealthInsuranceCardScanner
-
Init HealthInsuranceCardScanner with another validation type, by default validation type set up into HealthInsuranceCardValidationType.ValidationAutoSupported
- removeResultHandler(handler) - Method in class io.scanbot.sdk.hicscanner.HealthInsuranceCardScannerFrameHandler
-
Unregisters handler.