13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
# 简中 PP-OCR v3
|
||
|
|
||
|
# det 检测模型库
|
||
|
det_model_dir models/ch_PP-OCRv3_det_infer
|
||
|
|
||
|
# cls 方向分类器库
|
||
|
cls_model_dir models/ch_ppocr_mobile_v2.0_cls_infer
|
||
|
|
||
|
# rec 识别模型库
|
||
|
rec_model_dir models/ch_PP-OCRv3_rec_infer
|
||
|
|
||
|
# 字典路径
|
||
|
rec_char_dict_path models/dict_chinese.txt
|