Skip to content

Commit 5548bef

Browse files
author
prathmesh36
committed
Author Update
2 parents a0cfca3 + 6066f92 commit 5548bef

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Readme.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The solution should be flexible to work for different kinds of forms even if the
88

99
## Problem Statement
1010

11-
The problem is to be able to build a software which will <strong>allow to set up of different types of forms</strong> in the system.
11+
The problem is to build a software which will <strong>allow to set up of different types of forms</strong> in the system.
1212

1313
Based on the form which is set up, the solution needs to be able to recognise English Handwritten alphabets and numbers (block capitals) and store them as information.
1414

@@ -34,15 +34,18 @@ Make sure your Android Phone and Local Machine are connected on same N/W.
3434

3535

3636
## Demo
37-
3837
### How to create template(Structure) of a form?
39-
List of Templates          |Assigning Name to Form |Croping Form |
38+
Capture Template           |Assigning Name to Template |Crop Template |
4039
:-------------------------:|:-------------------------:|:-------------------------:|
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"/> |
40+
<img src="SS/CaptureT.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/Tname.png" alt="Drawing" width="250" height="400"/> | <img src="SS/Cropt.png" alt="Drawing" width="250" height="400"/> |
4241

43-
Extraction Result 1        |Extraction Result 2 |List of Form |
42+
Select Field (By Touching) |Assign Name to Field |Field Stored |
4443
:-------------------------:|:-------------------------:|:-------------------------:|
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"/> |
44+
<img src="SS/selectfield.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/assignfieldname.png" alt="Drawing" width="250" height="400"/> | <img src="SS/fieldstored.png" alt="Drawing" width="250" height="400"/> |
45+
46+
All Selected Field |Template Stored |
47+
:-------------------------:|:-------------------------:|
48+
<img src="SS/allfields.png" alt="Drawing" width="250" height="400"/> |  <img src="SS/templatestored.png" alt="Drawing" width="250" height="400"/> |
4649

4750
### How to extract details from a form (whose template is already created)?
4851
List of Templates          |Assigning Name to Form |Croping Form |
@@ -58,17 +61,18 @@ The System Supports sqaure shaped form fields to support more types of field mod
5861

5962
## Built With
6063

64+
* [Andrid Camera2 API](https://developer.android.com/reference/android/hardware/camera2/package-summary.html)
6165
* [Google Cloud Vision](https://cloud.google.com/vision/) - Intelligent Text Recognition.
62-
* [UCrop Android Library](https://github.com/Yalantis/uCrop) - Croping Android Image.
66+
* [UCrop Library](https://github.com/Yalantis/uCrop) - Image Croping Library.
6367

6468

6569
## Authors
66-
6770
* **Prathamesh Mhapsekar** - *Initial work* - [prathmesh36](https://github.com/prathmesh36)
6871
* **Mandar Mhapsekar** - *Initial work* - [mandar100](https://github.com/mandar100)
6972
* **Raj Patel**
7073
* **Aniket Mhatre**- *Initial work* - [aniketm07](https://github.com/aniketm07)
7174

75+
7276
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
7377

7478
## License

0 commit comments

Comments
 (0)