This commit is contained in:
LDOUBLEV 2021-02-20 11:32:58 +08:00
parent c16ee57abd
commit 4ac4184c05
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ use_direction_classify 0 # 是否使用方向分类器0表示不使用1
adb shell
cd /data/local/tmp/debug
export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH
# ./ocr_db_crnn 检测模型文件 方向分类器模型文件 识别模型文件 测试图像路径 字典文件路径
./ocr_db_crnn ch_ppocr_mobile_v1.1_det_prune_opt.nb ch_ppocr_mobile_v1.1_rec_quant_opt.nb ch_ppocr_mobile_cls_quant_opt.nb ./11.jpg ppocr_keys_v1.txt
```