Update app.py
Browse files
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,
|
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).
|