Tingquan commited on
Commit
32b9577
·
verified ·
1 Parent(s): e6e8848

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
  # ch_SVTRv2_rec
@@ -12,22 +21,18 @@ SVTRv2 is a server-side text recognition model developed by the OpenOCR team of
12
  <tr>
13
  <th>Model</th>
14
  <th>Recognition Avg Accuracy(%)</th>
15
- <th>GPU Inference Time (ms)<br/>[Normal Mode / High-Performance Mode]</th>
16
- <th>CPU Inference Time (ms)<br/>[Normal Mode / High-Performance Mode]</th>
17
  <th>Model Storage Size (M)</th>
18
  </tr>
19
  <tr>
20
  <td>ch_SVTRv2_rec</td>
21
  <td>68.81</td>
22
- <td>8.08 / 2.74</td>
23
- <td>50.17 / 42.50</td>
24
  <td>73.9 M</td>
25
  </tr>
26
  </table>
27
 
28
 
29
 
30
- **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.
31
 
32
  ## Quick Start
33
 
 
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
  # ch_SVTRv2_rec
 
21
  <tr>
22
  <th>Model</th>
23
  <th>Recognition Avg Accuracy(%)</th>
 
 
24
  <th>Model Storage Size (M)</th>
25
  </tr>
26
  <tr>
27
  <td>ch_SVTRv2_rec</td>
28
  <td>68.81</td>
 
 
29
  <td>73.9 M</td>
30
  </tr>
31
  </table>
32
 
33
 
34
 
35
+ **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.
36
 
37
  ## Quick Start
38