Skip to content

Commit 0540171

Browse files
author
prathmesh36
committed
2 parents 6240216 + 672a1cd commit 0540171

File tree

1 file changed

+28
-17
lines changed

1 file changed

+28
-17
lines changed

Readme.md

+28-17
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ There are a wide variety of OCR softwares in the market which allow to convert s
1616

1717
## Getting Started
1818

19-
* Once the project is cloned you need to import the Database from the DB folder in PHPmyadmin.
19+
* Once the project is cloned you need to import the Database from the DB folder into PHPmyadmin of your local machine.
2020
* Place the Server Connections and APIs & OCR Web in the htdocs folder of your PHP localhost.
2121
* Run the OCR Android Folder in Android Studio 2.0 or greater.
2222
* Open the string.xml file of value folder in Android Studio and change the IP Address String to the IP Address of your Local Machine.
23+
* Set up account on google cloud platform as well as you will also be required to give your billing details to set a billing account to avail the free service of Google Cloud Vision API. [Click Here](https://cloud.google.com/billing/docs/how-to/manage-billing-account) to know more.
24+
* Once the billing account is set get credentials for Google Cloud Vision and put it in the GVision Vendor folder.
2325
#### Note:
2426
Make sure your Android Phone and Local Machine are connected on same N/W.
2527

@@ -28,39 +30,48 @@ Make sure your Android Phone and Local Machine are connected on same N/W.
2830

2931
* [Android Studio 2.0 or above](https://developer.android.com/studio/index.html)
3032
* [XAMPP PHP 5.6 or above](https://www.apachefriends.org/download.html)
31-
* Android Phone | Req : Lolipop 5.0 or above, Camera.
33+
* Android Phone | Requirement : Lolipop 5.0 or above, Camera.
3234

3335

3436
## Demo
3537

36-
![Alt text](SS/main.png?raw=true "Template Activity" | width=100)
38+
### How to create template(Structure) of a form?
39+
List of Templates          |Assigning Name to Form |Croping Form |
40+
:-------------------------:|:-------------------------:|:-------------------------:|
41+
<img src="SS/main.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/formname.png" alt="Drawing" width="250" height="400"/> | <img src="SS/crop.png" alt="Drawing" width="250" height="400"/> |
3742

38-
## Built With
43+
Extraction Result 1        |Extraction Result 2 |List of Form |
44+
:-------------------------:|:-------------------------:|:-------------------------:|
45+
<img src="SS/result1.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/result2.png" alt="Drawing" width="250" height="400"/> | <img src="SS/forms.png" alt="Drawing" width="250" height="400"/> |
46+
47+
### How to extract details from a form (whose template is already created)?
48+
List of Templates          |Assigning Name to Form |Croping Form |
49+
:-------------------------:|:-------------------------:|:-------------------------:|
50+
<img src="SS/main.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/formname.png" alt="Drawing" width="250" height="400"/> | <img src="SS/crop.png" alt="Drawing" width="250" height="400"/> |
3951

40-
* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
41-
* [Maven](https://maven.apache.org/) - Dependency Management
42-
* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
52+
Extraction Result 1        |Extraction Result 2 |List of Form |
53+
:-------------------------:|:-------------------------:|:-------------------------:|
54+
<img src="SS/result1.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/result2.png" alt="Drawing" width="250" height="400"/> | <img src="SS/forms.png" alt="Drawing" width="250" height="400"/> |
4355

44-
## Contributing
56+
#### Note:
57+
The System Supports sqaure shaped form fields to support more types of field modify the cropimage.py file in AndroidUploads/uploads/ Folder.
4558

46-
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
59+
## Built With
4760

48-
## Versioning
61+
* [Google Cloud Vision](https://cloud.google.com/vision/) - Intelligent Text Recognition.
62+
* [UCrop Android Library](https://github.com/Yalantis/uCrop) - Croping Android Image.
4963

50-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
5164

5265
## Authors
5366

54-
* **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)
67+
* **Prathamesh Mhapsekar** - *Initial work* - [prathmesh36](https://github.com/prathmesh36)
68+
* **Mandar Mhapsekar** - *Initial work* - [mandar100](https://github.com/mandar100)
69+
* **Raj Patel**
70+
* **Aniket Mhatre**
5571

5672
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
5773

5874
## License
5975

6076
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
6177

62-
## Acknowledgments
63-
64-
* Hat tip to anyone who's code was used
65-
* Inspiration
66-
* etc

0 commit comments

Comments
 (0)