Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,15 +60,11 @@ def search_text(text, search_query):
|
|
60 |
|
61 |
return highlighted_text, result
|
62 |
|
63 |
-
title = '
|
64 |
-
subtitle = 'Extract Hindi/English or both or any Text From Image'
|
65 |
-
description = 'This application is being built on the request of IIT R Internship Assignment. It allows users to upload a single image, processes the image to extract text using OCR, and provides a basic search feature.'
|
66 |
|
67 |
-
note = 'Please keep patience
|
68 |
|
69 |
|
70 |
-
alternative_link = "[Alternative: Ready-to-use OCR using Vercel](https://iitr-haq-nawaz-maliks-projects.vercel.app/)"
|
71 |
-
|
72 |
examples = [
|
73 |
['english.png', ['en']],
|
74 |
['Hindi.jpeg', ['hi', 'en']],
|
|
|
60 |
|
61 |
return highlighted_text, result
|
62 |
|
63 |
+
title = 'TransformoDocs'
|
|
|
|
|
64 |
|
65 |
+
note = 'Please keep patience, as it may take a few seconds to complete'
|
66 |
|
67 |
|
|
|
|
|
68 |
examples = [
|
69 |
['english.png', ['en']],
|
70 |
['Hindi.jpeg', ['hi', 'en']],
|