DeepDiveDev commited on
Commit
f17394c
·
verified ·
1 Parent(s): 4d7fd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -60,15 +60,11 @@ def search_text(text, search_query):
60
 
61
  return highlighted_text, result
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
-
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']],