vishnun commited on
Commit
6e1accd
β€’
1 Parent(s): f21dd52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ o1 = gr.outputs.Image()
13
  o2 = gr.outputs.Textbox()
14
 
15
  title = "CRAFT-OCR"
16
- description = "OCR of both handwriting and printed text using CRAFT Text detector and TrOCR recoginition"
17
  examples=[['example_1.png'],['example_2.jpg']]
18
 
19
  article = "<p style='text-align: center'><a href='https://github.com/Vishnunkumar/craft_hw_ocr' target='_blank'>craft_hw_ocr</a></p><p style='text-align: center'> <p style='text-align: center'><a href='https://github.com/fcakyon/craft-text-detector' target='_blank'>craft-text-detector</a></p><p style='text-align: center'>"
 
13
  o2 = gr.outputs.Textbox()
14
 
15
  title = "CRAFT-OCR"
16
+ description = "OCR of both handwriting and printed text using CRAFT Text detector and TrOCR recognition, detection of lines and extraction of them are happening here because TrOCR pre-trained models are modelled on IAM lines dataset and the same needs to be implemented here."
17
  examples=[['example_1.png'],['example_2.jpg']]
18
 
19
  article = "<p style='text-align: center'><a href='https://github.com/Vishnunkumar/craft_hw_ocr' target='_blank'>craft_hw_ocr</a></p><p style='text-align: center'> <p style='text-align: center'><a href='https://github.com/fcakyon/craft-text-detector' target='_blank'>craft-text-detector</a></p><p style='text-align: center'>"