All Projects → wax911 → Vision-Barcode-Scanner

wax911 / Vision-Barcode-Scanner

Licence: LGPL-3.0 License
Customized Google Vision API Barcode Scanner

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Vision-Barcode-Scanner

barcode scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Stars: ✭ 43 (+38.71%)
Mutual labels:  qrcode-scanner, barcode-scanner
Scannermapp
A QR-code and barcode acanner app built in Delphi using ZXing and TFrameStand
Stars: ✭ 65 (+109.68%)
Mutual labels:  qrcode-scanner, barcode-scanner
Xcodescanner
A new frame for decode QR code and bar code on Android. It's faster, simpler and more accurate.
Stars: ✭ 661 (+2032.26%)
Mutual labels:  qrcode-scanner, barcode-scanner
Qr Code Scanner
📠 A simple, fast and useful progressive web application
Stars: ✭ 982 (+3067.74%)
Mutual labels:  qrcode-scanner, barcode-scanner
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+6729.03%)
Mutual labels:  qrcode-scanner, barcode-scanner
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+13193.55%)
Mutual labels:  qrcode-scanner, barcode-scanner
BarcodeReader
Simple multi-format barcode reader for Windows
Stars: ✭ 26 (-16.13%)
Mutual labels:  qrcode-scanner, barcode-scanner
scannerX
ScannerX is a showcase app for demonstrating QR/Barcode scanning with CameraX and scanner libraries.
Stars: ✭ 54 (+74.19%)
Mutual labels:  qrcode-scanner, barcode-scanner
ai barcode
Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform
Stars: ✭ 99 (+219.35%)
Mutual labels:  qrcode-scanner, barcode-scanner
Barcode To Pc App
Barcode to PC app
Stars: ✭ 121 (+290.32%)
Mutual labels:  qrcode-scanner, barcode-scanner
Barcodescanner.xf
Barcode Scanner using GoogleVision API for Xamarin Form
Stars: ✭ 82 (+164.52%)
Mutual labels:  qrcode-scanner, barcode-scanner
android-zbar-sdk
🔗 android-zbar-sdk, provide jni source, so file and jar file used alone, gradle/maven remote dependencies.
Stars: ✭ 311 (+903.23%)
Mutual labels:  qrcode-scanner, barcode-scanner
barcode-detector
Spec compliant polyfill of the Barcode Detection API 🤳
Stars: ✭ 31 (+0%)
Mutual labels:  qrcode-scanner, barcode-scanner
barcode-server
Barcode Server for Barcode Client-Server android application
Stars: ✭ 40 (+29.03%)
Mutual labels:  qrcode-scanner, barcode-scanner
smartscanner-android-api
Convenience API for ID PASS SmartScanner to simplify the Intent call out process
Stars: ✭ 19 (-38.71%)
Mutual labels:  barcode-scanner
quagga2-reader-qr
Quagga2 sample external reader for QR codes
Stars: ✭ 20 (-35.48%)
Mutual labels:  qrcode-scanner
iOS-CoreML-Inceptionv3
Real-time Object Recognition using Apple's CoreML 2.0 and Vision API -
Stars: ✭ 46 (+48.39%)
Mutual labels:  vision-api
openfoodfacts-cordova-app
Open Food Facts mobile app, developed with Cordova, for iOS, Android, Windows Phone, FirefoxOS etc.
Stars: ✭ 24 (-22.58%)
Mutual labels:  barcode-scanner
Deep-Learning
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Stars: ✭ 22 (-29.03%)
Mutual labels:  qrcode-scanner
ZXingSample
Working sample app for a blog post on barcode scanning and generating with ZXing
Stars: ✭ 20 (-35.48%)
Mutual labels:  barcode-scanner

Vision API: Barcode Scanner   Codacy Badge

Why this project exists?

This project is based on the Google Vision Barcode API. The Barcode Scanner API detects barcodes in real time in any orientation. You can also detect and parse several barcodes in different formats at the same time. The API supports the following barcode formats:

1D barcodes:

  • EAN-13
  • EAN-8
  • UPC-A
  • UPC-E
  • Code-39
  • Code-93
  • Code-128
  • ITF
  • Codabar

2D barcodes: QR Code, Data Matrix, PDF-417, AZTEC

It automatically parses QR Codes, Data Matrix, PDF-417, and Aztec values, for the following supported formats:

  • URL
  • Contact information (VCARD, etc.)
  • Calendar event
  • Email
  • Phone
  • SMS
  • ISBN
  • WiFi
  • Geo-location (latitude and longitude)
  • AAMVA driver license/ID

Modifications

  • Full Screen Size Display
  • Auto Capture Barcode on Detection

Actual Files Modified

  1. MainAcitivity.java
  2. BarcodeCaptureActivity.java
  3. CameraSource.java
  4. BarcodeGraphicTracker.java

Buy Me a Coffee at ko-fi.com

Screen Shots

Project License

            GNU LESSER GENERAL PUBLIC LICENSE
                Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.


This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.

Original Licence

Copyright 2015 Google, Inc. All Rights Reserved.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].