kkpathak91 commited on
Commit
7bcf8c0
1 Parent(s): 8052af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def inference(img, lang):
23
  return 'result.jpg'
24
 
25
  title = 'A Framework for Data-Driven Document Evaluation and scoring - Image to Text Extraction '
26
- description = 'Demo for Optical character recognition(OCR) Using Tesseract and openCV for Mtech Project'
27
  article = ""
28
  examples = [['example.jpg','en']]
29
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
23
  return 'result.jpg'
24
 
25
  title = 'A Framework for Data-Driven Document Evaluation and scoring - Image to Text Extraction '
26
+ description = 'Demo for Optical character recognition(OCR)'
27
  article = ""
28
  examples = [['example.jpg','en']]
29
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"