Medical Certificate Scanner | Flutter Document Scanner
Introduction
The Scanbot SDK provides the ability to find and extract content from German Medical Certificates (MC / AU-Bescheinigung forms).
The following fields can be extracted:
- Checkboxes: MedicalCertificateCheckBoxType
- Date Fields: MedicalCertificateDateRecordType
- Patient information: MedicalCertificatePatientInfoFieldType
There are two ways to integrate the component into your application, as an RTU-UI and as a classic component.
- Ready-To-Use UI: ready-to-use-ui
- Classic UI Components: medical classic ui
Medical Certificate Scanner RTU-UI Component
Use the ScanbotSdkUi.startMedicalCertificateScanner(config)
method to launch the Medical Certificate scanner UI.
lib/snippets/data_capture_sdk/rtuui_use_cases/medical_scanner.dart
loading...
result
is an instance ofMedicalCertificateScanningResult
.