Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,12 @@ sdk: gradio
|
|
7 |
sdk_version: 4.44.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
short_description: This Model helps to extract text from
|
11 |
---
|
12 |
|
13 |
# OCR Web Application
|
14 |
|
15 |
-
This is a web application built using Gradio and Hugging Face Transformers
|
16 |
However, a lot of work needs to be done on this such as supporting multiple languages and extracting paragraphs from images.
|
17 |
|
18 |
## Table of Contents
|
|
|
7 |
sdk_version: 4.44.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: This Model helps to extract text from inputed images.
|
11 |
---
|
12 |
|
13 |
# OCR Web Application
|
14 |
|
15 |
+
This is a basic web application built using Gradio and Hugging Face Transformers to demonstrate Optical Character Recognition (OCR). The application can extract text from single line images in english language and highlight specified keywords.
|
16 |
However, a lot of work needs to be done on this such as supporting multiple languages and extracting paragraphs from images.
|
17 |
|
18 |
## Table of Contents
|