https://github.com/kuchhadiyaa/barcodescanner
Simple app demonstrating use of vision and custom google search api
https://github.com/kuchhadiyaa/barcodescanner
barcode scanning swift vision
Last synced: 8 months ago
JSON representation
Simple app demonstrating use of vision and custom google search api
- Host: GitHub
- URL: https://github.com/kuchhadiyaa/barcodescanner
- Owner: kuchhadiyaa
- Created: 2018-04-05T08:18:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T08:25:11.000Z (about 8 years ago)
- Last Synced: 2025-05-24T12:42:40.693Z (about 1 year ago)
- Topics: barcode, scanning, swift, vision
- Language: Swift
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BarcodeScanner
* **This is simple application demostrating vision api to detect barcode scanning from image.**
* **Application uses camera defalut method to detect barcode. If want to integrate visioin to camera feed it could be done by sample buffer output of session.**
* **Application will then serach for google using string representation of barcode.**