Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-09-10 09:33:43 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
89888b8d544c995ca6c6748a1c9eb0c13e9d39ed
89888b8d
1 parent
33f9859c
fix wording in readme for web library
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
README.md
README.md
View file @
89888b8
...
...
@@ -83,8 +83,8 @@ Ensure that you granted camera permission in XCode -> Signing & Capabilities:
## Web
As of version 5.0.0 adding the library to the
`index.html`
is no longer required,
as the library is automatically loaded on first use.
As of version 5.0.0 adding the barcode scanning library script to the
`index.html`
is no longer required,
as the script is automatically loaded on first use.
### Providing a mirror for the barcode scanning library
...
...
@@ -193,12 +193,3 @@ To display the camera preview, pass the controller to a `MobileScanner` widget.
See the
[
examples
](
example/README.md
)
for runnable examples of various usages,
such as the basic usage, applying a scan window, or retrieving images from the barcodes.
-
analyzeImage() for MacOS (reading the given file as an image frame and passing that to VN)
-
MacOS scan window, using https://developer.apple.com/documentation/vision/vnimagebasedrequest
-
implement size on web too?
/
**
-
analyzeImage() for MacOS (reading the given file as an image frame and passing that to VN)
-
MacOS scan window, using https://developer.apple.com/documentation/vision/vnimagebasedrequest
*
/
...
...
Please
register
or
login
to post a comment