Tingquan commited on
Commit
2a6cf9d
·
verified ·
1 Parent(s): 02d56c3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,5 +1,14 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # PP-OCRv4_server_rec_doc
@@ -11,21 +20,17 @@ PP-OCRv4_server_rec_doc is trained on a mixed dataset of more Chinese document d
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
  </tr>
18
  <tr>
19
  <td>PP-OCRv4_server_rec_doc</td>
20
  <td>86.58</td>
21
- <td>6.65 / 2.38</td>
22
- <td>32.92 / 32.92</td>
23
  <td>91 M</td>
24
  </tr>
25
  </table>
26
 
27
 
28
- **Note**: If any character (including punctuation) in a line is incorrect, the entire line is marked as wrong. This ensures higher accuracy in practical applications.
29
 
30
  ## Quick Start
31
 
 
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_doc
 
20
  <table>
21
  <tr>
22
  <th>Recognition Avg Accuracy(%)</th>
 
 
23
  <th>Model Storage Size (M)</th>
24
  </tr>
25
  <tr>
26
  <td>PP-OCRv4_server_rec_doc</td>
27
  <td>86.58</td>
 
 
28
  <td>91 M</td>
29
  </tr>
30
  </table>
31
 
32
 
33
+ **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.
34
 
35
  ## Quick Start
36