Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,10 @@ def search_text(text, search_query):
|
|
62 |
|
63 |
title = 'Image To Text OCR Converter'
|
64 |
subtitle = 'Extract Hindi/English or both or any Text From Image'
|
|
|
|
|
|
|
65 |
|
66 |
-
note = """
|
67 |
-
*Note: 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.*
|
68 |
-
*Please keep patience while processing the OCR, as it may take a few seconds to complete.*
|
69 |
-
"""
|
70 |
|
71 |
alternative_link = "[Alternative: Ready-to-use OCR using Vercel](https://iitr-haq-nawaz-maliks-projects.vercel.app/)"
|
72 |
|
|
|
62 |
|
63 |
title = 'Image To Text OCR Converter'
|
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 while processing the OCR, as it may take a few seconds to complete'
|
68 |
|
|
|
|
|
|
|
|
|
69 |
|
70 |
alternative_link = "[Alternative: Ready-to-use OCR using Vercel](https://iitr-haq-nawaz-maliks-projects.vercel.app/)"
|
71 |
|