-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpaddleocr-models.manifest.json
More file actions
34 lines (34 loc) · 1.11 KB
/
Copy pathpaddleocr-models.manifest.json
File metadata and controls
34 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"source": {
"repo": "PT-Perkasa-Pilar-Utama/ppu-paddle-ocr-models",
"commit": "3a180da5b1a3bab3371d970f4da42cb9b354a9a7",
"license": "Apache-2.0",
"note": "PP-OCRv5 mobile ONNX (onnx sourced from paddleocr.ai). Direction classifier (cls.onnx) is optional and intentionally NOT bundled; users may import their own via the security center."
},
"files": [
{
"target": "det.onnx",
"kind": "lfs",
"remotePath": "detection/PP-OCRv5_mobile_det_infer.onnx",
"required": true,
"size": 4748769,
"sha256": "d7fe3ea74652890722c0f4d02458b7261d9f5ae6c92904d05707c9eb155c7924"
},
{
"target": "rec.onnx",
"kind": "lfs",
"remotePath": "recognition/PP-OCRv5_mobile_rec_infer.onnx",
"required": true,
"size": 16559278,
"sha256": "d253c3cbee6e507828a5271a30ab0ec8ae7c2a99d0cc8e6f844fe380809d22b3"
},
{
"target": "dict.txt",
"kind": "raw",
"remotePath": "recognition/ppocrv5_dict.txt",
"required": true,
"size": 74014,
"sha256": "9dfc80c50b6cb07399a47a7cf25d11db475fb4ad0e1fc96b2eff6467c8166ff3"
}
]
}