Skip to content

Commit 6a8c690

Browse files
Update README.md
1 parent 9749dd0 commit 6a8c690

File tree

1 file changed

+56
-3
lines changed

1 file changed

+56
-3
lines changed

README.md

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1-
Android App
2-
Based on Google Vision library
3-
Extracts text from QR Codes, Barcodes and all other available formats.
1+
# Android Scanner
2+
3+
This app can extract text from QR Codes, Barcodes, and other available formats supported by google's gms-vision library.
4+
5+
## Getting Started
6+
7+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
8+
9+
### Prerequisites
10+
11+
What things you need to install the software and how to install them
12+
13+
```
14+
Android Studio (Latest Version recommended)
15+
```
16+
go to : https://developer.android.com/studio/index.html
17+
18+
### Installing
19+
20+
A step by step series of examples that tell you have to get the app running
21+
22+
Download the project
23+
24+
```
25+
Download the project from github and put it inside a folder
26+
```
27+
28+
Open the project
29+
30+
```
31+
Open the buid.gradle file with android studio.
32+
```
33+
34+
Run the project
35+
36+
```
37+
Plug-in your android-device (USB debugging enabled) and run the project.
38+
```
39+
You can also try a Virtual Device integrated with your webcam.
40+
41+
## Running the tests
42+
43+
go to : https://www.qr-code-generator.com/ or https://www.barcodesinc.com/generator/index.php
44+
generate a QR code or Barcode and test it with the app.
45+
46+
## Built With
47+
48+
* [Android Studio](https://developer.android.com/studio/index.html) - The development framework
49+
* [play-services-vision:9.8.0](https://developers.google.com/vision/android/getting-started) - Detection management
50+
51+
## Acknowledgments
52+
53+
* Hat tip to anyone who's code was used
54+
* Inspiration
55+
* etc
56+
* email me if any querries : [email protected]

0 commit comments

Comments
 (0)