SWHL commited on
Commit
e22ec91
·
1 Parent(s): 5e22e73

Updaste require

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -101,7 +101,12 @@ def inference(img_path, box_thresh=0.5, unclip_ratio=1.6, text_score=0.5):
101
 
102
 
103
  title = 'RapidOCR Demo (捷智OCR)'
104
- description = 'Github Repo: [RapidOCR](https://github.com/RapidAI/RapidOCR)\nDocs: [Docs](https://rapidocr.rtfd.io/)\nParameters docs: [link](https://github.com/RapidAI/RapidOCR/tree/main/python#configyaml%E4%B8%AD%E5%B8%B8%E7%94%A8%E5%8F%82%E6%95%B0%E4%BB%8B%E7%BB%8D)'
 
 
 
 
 
105
  article = "<p style='text-align: center'> Completely open source, free and support offline deployment of multi-platform and multi-language OCR SDK <a href='https://github.com/RapidAI/RapidOCR'>Github Repo</a></p>"
106
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
107
  examples = [['images/1.jpg']]
 
101
 
102
 
103
  title = 'RapidOCR Demo (捷智OCR)'
104
+ description = """Github Repo: [RapidOCR](https://github.com/RapidAI/RapidOCR)
105
+
106
+ Docs: [Docs](https://rapidocr.rtfd.io/)
107
+
108
+ Parameters docs: [link](https://github.com/RapidAI/RapidOCR/tree/main/python#configyaml%E4%B8%AD%E5%B8%B8%E7%94%A8%E5%8F%82%E6%95%B0%E4%BB%8B%E7%BB%8D)"""
109
+
110
  article = "<p style='text-align: center'> Completely open source, free and support offline deployment of multi-platform and multi-language OCR SDK <a href='https://github.com/RapidAI/RapidOCR'>Github Repo</a></p>"
111
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
112
  examples = [['images/1.jpg']]