Prasada commited on
Commit
94d3527
·
verified ·
1 Parent(s): 66f1d20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -11,3 +11,23 @@ license: apache-2.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # OCR Web Application
16
+
17
+ This project is an Optical Character Recognition (OCR) application built using PaddleOCR and Gradio. It detects both handwritten and printed text from images, identifies specific 'field', 'value' pairs from documents, and provides two downloadable JSON files.
18
+
19
+ ## Features
20
+ - Detects and labels text in images.
21
+ - Outputs bounding boxes around detected text.
22
+ - Generates two JSON files: one with all detected text and bounding boxes, and another with identified 'field', 'value' pairs.
23
+
24
+ ## Installation
25
+ You can run this project on Hugging Face Spaces. No local installation is required.
26
+
27
+ ## Usage
28
+ 1. Upload an image containing text.
29
+ 2. The application will return an image with bounding boxes and labels.
30
+ 3. Download the results as JSON files.
31
+
32
+ ## License
33
+ MIT License