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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
<!--The original doc is hosted here => https://github.com/dynamsoft-docs/label-recognition-docs/blob/master/programming/javascript/user-guide.md -->
2
1
# Dynamsoft Label Recognizer for Your Website
3
2
4
3
Add the capability of reading passport MRZs, ID cards, VIN numbers, and various other fixed text fields in your web application with just a few lines of code.
@@ -43,8 +42,8 @@ The complete code of the "MRZ Reading" example is shown below
In some cases, a different camera might be required instead of the default one. Also, a different resolution might work better. To change the camera or the resolution, we use the `CameraEnhancer` object. Learn more [here](https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/camera-control.html?ver=3.2.0&utm_source=github&product=dlr&package=js).
303
+
In some cases, a different camera might be required instead of the default one. Also, a different resolution might work better. To change the camera or the resolution, we use the `CameraEnhancer` object. Learn more [here](https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/camera-control.html?ver=3.3.5&utm_source=github&product=dlr&package=js).
305
304
306
305
```javascript
307
306
// The following lines set which camera and what resolution to use.
@@ -484,13 +483,13 @@ The following table is a list of supported browsers based on the above requireme
484
483
Chrome | v61+<sup>1</sup>
485
484
Firefox | v52+ (v55+ on Android/iOS<sup>1</sup>)
486
485
Edge<sup>2</sup> | v16+
487
-
Safari<sup>3</sup> | v11+
486
+
Safari | v13+
488
487
489
488
<sup>1</sup> iOS 14.3+ is required for camera video streaming in Chrome and Firefox or Apps using webviews.
490
489
491
490
<sup>2</sup> On Edge, due to strict Same-origin policy, you must host the SDK files on the same domain as your web page.
492
-
493
-
<sup>3</sup> Safari v11.x already has the required features, but it has many other issues, so we recommend v12+.
491
+
492
+
> Note: iOS 12 is currently not compatible with Dynamsoft Label Recognizer v 2.2.30+, due to certain technical limitations.
494
493
495
494
Apart from the browsers, the operating systems may impose some limitations of their own that could restrict the use of the SDK. Browser compatibility ultimately depends on whether the browser on that particular operating system supports the features listed above.
496
495
@@ -504,4 +503,4 @@ Now that you have got the SDK integrated, you can choose to move forward in the
504
503
505
504
1. Check out the [official samples](https://github.com/Dynamsoft/label-recognizer-javascript-samples).
506
505
2. Check out the official demos: [MRZ Scanner](https://demo.dynamsoft.com/label-recognizer-js/mrz-scanner.html), [VIN Scanner](https://demo.dynamsoft.com/label-recognizer-js/vin.html) and the [source code for the demo](https://github.com/Dynamsoft/label-recognizer-javascript-demo).
507
-
3. Learn about the available [APIs](https://www.dynamsoft.com/label-recognition/docs/programming/javascript/api-reference/?ver=latest).
506
+
3. Learn about the available [APIs](https://www.dynamsoft.com/label-recognition/docs/programming/javascript/api-reference/?ver=latest).
0 commit comments