File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,32 @@ const onScanID = () => {
114114}
115115```
116116
117+ ### MRZ Response
118+
119+ ```
120+ {
121+ Dob: string;
122+ DocumentNumber: string;
123+ DocumentType: string;
124+ Exp: string;
125+ FirstName: string;
126+ FullName: string;
127+ Gender: string;
128+ IssuingState: string;
129+ LastName: string;
130+ Line1: string;
131+ Line2: string;
132+ Line3: string;
133+ Nationality: string;
134+ }
135+ ```
136+
137+ - You must ask for camera permission. Insert this to your project's ` AndroidManifest.xml `
138+
139+ ```
140+ <uses-permission android:name="android.permission.CAMERA" />
141+ ```
142+
117143## Contributing
118144
119145See the [ contributing guide] ( CONTRIBUTING.md ) to learn how to contribute to the repository and the development workflow.
You can’t perform that action at this time.
0 commit comments