AlexTransformer commited on
Commit
f4b31d0
·
verified ·
1 Parent(s): 489467b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def inference(img):
47
  title = "PP-OCRv5 Online Demo"
48
  description = """
49
  - PP-OCRv5 is the latest generation of the PP-OCR series model, designed to handle a wide range of scene and text types.
50
- - It supports five major text types: Simplified Chinese, Traditional Chinese, Chinese Pinyin, English, and Japanese.
51
  - PP-OCRv5 has enhanced recognition capabilities for challenging use cases, including complex handwritten Chinese and English, vertical text, and rare characters.
52
  - To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.
53
  - [Docs](https://paddlepaddle.github.io/PaddleOCR/), [Github Repository](https://github.com/PaddlePaddle/PaddleOCR).
 
47
  title = "PP-OCRv5 Online Demo"
48
  description = """
49
  - PP-OCRv5 is the latest generation of the PP-OCR series model, designed to handle a wide range of scene and text types.
50
+ - It supports five major text types: Simplified Chinese, Traditional Chinese, Pinyin annotation, English, and Japanese.
51
  - PP-OCRv5 has enhanced recognition capabilities for challenging use cases, including complex handwritten Chinese and English, vertical text, and rare characters.
52
  - To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.
53
  - [Docs](https://paddlepaddle.github.io/PaddleOCR/), [Github Repository](https://github.com/PaddlePaddle/PaddleOCR).