Showing
1 changed file
with
2 additions
and
11 deletions
| @@ -83,8 +83,8 @@ Ensure that you granted camera permission in XCode -> Signing & Capabilities: | @@ -83,8 +83,8 @@ Ensure that you granted camera permission in XCode -> Signing & Capabilities: | ||
| 83 | 83 | ||
| 84 | ## Web | 84 | ## Web |
| 85 | 85 | ||
| 86 | -As of version 5.0.0 adding the library to the `index.html` is no longer required, | ||
| 87 | -as the library is automatically loaded on first use. | 86 | +As of version 5.0.0 adding the barcode scanning library script to the `index.html` is no longer required, |
| 87 | +as the script is automatically loaded on first use. | ||
| 88 | 88 | ||
| 89 | ### Providing a mirror for the barcode scanning library | 89 | ### Providing a mirror for the barcode scanning library |
| 90 | 90 | ||
| @@ -193,12 +193,3 @@ To display the camera preview, pass the controller to a `MobileScanner` widget. | @@ -193,12 +193,3 @@ To display the camera preview, pass the controller to a `MobileScanner` widget. | ||
| 193 | 193 | ||
| 194 | See the [examples](example/README.md) for runnable examples of various usages, | 194 | See the [examples](example/README.md) for runnable examples of various usages, |
| 195 | such as the basic usage, applying a scan window, or retrieving images from the barcodes. | 195 | such as the basic usage, applying a scan window, or retrieving images from the barcodes. |
| 196 | - | ||
| 197 | -- analyzeImage() for MacOS (reading the given file as an image frame and passing that to VN) | ||
| 198 | -- MacOS scan window, using https://developer.apple.com/documentation/vision/vnimagebasedrequest | ||
| 199 | -- implement size on web too? | ||
| 200 | - | ||
| 201 | -/** | ||
| 202 | - - analyzeImage() for MacOS (reading the given file as an image frame and passing that to VN) | ||
| 203 | - - MacOS scan window, using https://developer.apple.com/documentation/vision/vnimagebasedrequest | ||
| 204 | - */ |
-
Please register or login to post a comment