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:31:51 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33f9859c42f864c9b596d4ea29f785f876a9b1b5
33f9859c
1 parent
1d27f7ed
fix supported checkmark in readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
README.md
README.md
View file @
33f9859
...
...
@@ -36,7 +36,7 @@ See the example app for detailed implementation information.
| Features | Android | iOS | macOS | Web |
|------------------------|--------------------|--------------------|----------------------|-----|
| analyzeImage (Gallery) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| returnImage | :heavy_check_mark: | :heavy_check_mark: | :
x:
| :x: |
| returnImage | :heavy_check_mark: | :heavy_check_mark: | :
heavy_check_mark:
| :x: |
| scanWindow | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
## Platform Support
...
...
@@ -193,3 +193,12 @@ 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