You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mrz-scanner-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ function App(): React.JSX.Element {
151
151
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&utm_source=github&package=mobile) link.
152
152
153
153
### MRZ Scan Result And MRZ Data
154
-
Also see it in the [MRZScanResult](./APIReferences/interfaces/rtu.MRZScanResult.html)
155
-
and [MRZData](./APIReferences/interfaces/rtu.MRZData.html) section of API References.
154
+
Also see it in the [MRZScanResult](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.MRZScanResult.html)
155
+
and [MRZData](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.MRZData.html) section of API References.
156
156
157
157
`MRZScanResult` structure:
158
158
- resultStatus: The status of the MRZ scan result, of type `EnumResultStatus`.
@@ -178,7 +178,7 @@ and [MRZData](./APIReferences/interfaces/rtu.MRZData.html) section of API Refer
178
178
179
179
180
180
### (Optional)Change the MRZScanConfig to meet your needs
181
-
Also see it in the [MRZScanConfig](./APIReferences/interfaces/rtu.MRZScanConfig.html) section of API References.
181
+
Also see it in the [MRZScanConfig](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.MRZScanConfig.html) section of API References.
Copy file name to clipboardExpand all lines: ready-to-use-barcode-scanner-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ function App(): React.JSX.Element {
122
122
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=guide&package=mobile) link.
123
123
124
124
### Barcode Scan Result
125
-
Also see it in the [BarcodeScanResult](./APIReferences/interfaces/rtu.BarcodeScanResult.html) section of API References.
125
+
Also see it in the [BarcodeScanResult](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.BarcodeScanResult.html) section of API References.
126
126
127
127
`BarcodeScanResult` structure:
128
128
- resultStatus: The status of the barcode result, of type `EnumResultStatus`.
@@ -134,7 +134,7 @@ Also see it in the [BarcodeScanResult](./APIReferences/interfaces/rtu.BarcodeSca
134
134
- barcodes: An array of `BarcodeResultItem`.
135
135
136
136
### (Optional) Change the BarcodeScanConfig to meet your needs
137
-
Also see it in the [BarcodeScanConfig](./APIReferences/interfaces/rtu.BarcodeScanConfig.html) section of API References.
137
+
Also see it in the [BarcodeScanConfig](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.BarcodeScanConfig.html) section of API References.
0 commit comments