Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# PP-OCRv5_server_rec
|
@@ -12,7 +21,7 @@ PP-OCRv5_server_rec is one of the PP-OCRv5_rec that are the latest generation te
|
|
12 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
13 |
| 0.5807 | 0.5806 | 0.9013 | 0.8679 | 0.7472 | 0.6039 | 0.7372 | 0.5946 | 0.8384 | 0.7435 | 0.9314 | 0.6397 | 0.8401 |
|
14 |
|
15 |
-
**Note**: If any character (including punctuation) in a line
|
16 |
|
17 |
## Quick Start
|
18 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: PaddleOCR
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
+
pipeline_tag: image-to-text
|
8 |
+
tags:
|
9 |
+
- OCR
|
10 |
+
- PaddlePaddle
|
11 |
+
- PaddleOCR
|
12 |
---
|
13 |
|
14 |
# PP-OCRv5_server_rec
|
|
|
21 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
22 |
| 0.5807 | 0.5806 | 0.9013 | 0.8679 | 0.7472 | 0.6039 | 0.7372 | 0.5946 | 0.8384 | 0.7435 | 0.9314 | 0.6397 | 0.8401 |
|
23 |
|
24 |
+
**Note**: If any character (including punctuation) in a line was incorrect, the entire line was marked as wrong. This ensures higher accuracy in practical applications.
|
25 |
|
26 |
## Quick Start
|
27 |
|