Spaces:
Sleeping
Sleeping
intuitive262
commited on
Commit
·
73d504c
1
Parent(s):
e1db449
Updated code files
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def extraction(image, query):
|
|
54 |
"""
|
55 |
with gr.Blocks() as main_app:
|
56 |
gr.Markdown("# Document Reader using OCR(English/Hindi)")
|
57 |
-
gr.
|
58 |
|
59 |
with gr.Row():
|
60 |
with gr.Column():
|
|
|
54 |
"""
|
55 |
with gr.Blocks() as main_app:
|
56 |
gr.Markdown("# Document Reader using OCR(English/Hindi)")
|
57 |
+
gr.Markdown("### Use Doc_Reader to extract text out of documents - images(OCR) or ask questions based on the input image")
|
58 |
|
59 |
with gr.Row():
|
60 |
with gr.Column():
|