Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# PP-OCRv4_server_rec
|
@@ -11,22 +20,18 @@ PP-OCRv4_server_rec is a text line recognition model within the PP-OCRv4_rec ser
|
|
11 |
<table>
|
12 |
<tr>
|
13 |
<th>Recognition Avg Accuracy(%)</th>
|
14 |
-
<th>GPU Inference Time (ms)<br/>[Normal Mode / High-Performance Mode]</th>
|
15 |
-
<th>CPU Inference Time (ms)<br/>[Normal Mode / High-Performance Mode]</th>
|
16 |
<th>Model Storage Size (M)</th>
|
17 |
<th>Introduction</th>
|
18 |
</tr>
|
19 |
<tr>
|
20 |
<td>80.61 </td>
|
21 |
-
<td>6.58 / 2.43</td>
|
22 |
-
<td>33.17 / 33.17</td>
|
23 |
<td>71.2 M</td>
|
24 |
<td>The server-side model of PP-OCRv4, offering high inference accuracy and deployable on various servers.</td>
|
25 |
</tr>
|
26 |
</table>
|
27 |
|
28 |
|
29 |
-
**Note**: If any character (including punctuation) in a line
|
30 |
|
31 |
## Quick Start
|
32 |
|
|
|
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-OCRv4_server_rec
|
|
|
20 |
<table>
|
21 |
<tr>
|
22 |
<th>Recognition Avg Accuracy(%)</th>
|
|
|
|
|
23 |
<th>Model Storage Size (M)</th>
|
24 |
<th>Introduction</th>
|
25 |
</tr>
|
26 |
<tr>
|
27 |
<td>80.61 </td>
|
|
|
|
|
28 |
<td>71.2 M</td>
|
29 |
<td>The server-side model of PP-OCRv4, offering high inference accuracy and deployable on various servers.</td>
|
30 |
</tr>
|
31 |
</table>
|
32 |
|
33 |
|
34 |
+
**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.
|
35 |
|
36 |
## Quick Start
|
37 |
|