Skip to content

Commit

Permalink
✨ feat: 添加简中适配
Browse files Browse the repository at this point in the history
  • Loading branch information
hmydgz committed Sep 21, 2023
1 parent 1f5de44 commit 3256dfb
Show file tree
Hide file tree
Showing 15 changed files with 7,196 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
"python.formatting.provider": "none",
"json.schemas": [
{
"fileMatch": ["/assets/Resource/**/*.json"],
"url": "/assets/Resource/pipeline.schema.json"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Resource/SC/image/Tasks/Claim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Resource/SC/image/Tasks/ClaimAll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions assets/Resource/SC/model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# PaddleOCR model

2023/07/06

from <https://github.com/PaddlePaddle/PaddleOCR/blob/795c81f1835725dbf9bf9f5a13e0c793dfd5f243/doc/doc_en/models_list_en.md>

## det model

ch_PP-OCRv3_det
[New] Original lightweight model, supporting Chinese, English, multilingual text detection

<https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar>

## rec model

ch_PP-OCRv3_rec
[New] Original lightweight model, supporting Chinese, English, multilingual text recognition

<https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_infer.tar>

## rec label

<https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/ppocr/utils/ppocr_keys_v1.txt>
Binary file added assets/Resource/SC/model/det.onnx
Binary file not shown.
Loading

0 comments on commit 3256dfb

Please sign in to comment.