Package-level declarations
Types
Link copied to clipboard
Default HealthInsuranceCardScanner implementation
Link copied to clipboard
interface HealthInsuranceCardScanner
Recognizer for German-issued European health insurance cards (EHIC), a.k.a. elektronische Gesundheitskarten (eGK). The recognizer performs validation on the result that is specific to German cards and returns a failure result if any of the fields that can be validated fail validation. NOTE: In order to operate, this class requires tesseract languages and trained data to be present in the application bundle.
Link copied to clipboard
class HealthInsuranceCardScannerFrameHandler(healthInsuranceCardScanner: HealthInsuranceCardScanner) : FrameHandler
Performs Health Insurance Card data detection on camera preview frames. Outputs results via HealthInsuranceCardScannerFrameHandler.ResultHandler (.addResultHandler).