CMD窗口 切换到 E:\cpp_code\paddle_compile\PaddleOCR\deploy\cpp_infer\out\build\x64-Release 目录
将 opencv_world455.dll,paddle_inference.dll,paddle2onnx.dll 和 onnxruntime.dll
输入CHCP 65001 回车,否则程序会输出乱码
ppocr.exe system --det_model_dir=E:\cpp_code\weights\PP-OCRv4\ch_PP-OCRv4_det_infer --rec_model_dir=E:\cpp_code\weights\PP-OCRv4\ch_PP-OCRv4_rec_infer --rec_char_dict_path=E:\cpp_code\paddle_compile\PaddleOCR\ppocr\utils\ppocr_keys_v1.txt --image_dir=E:\cpp_code\images\img_20230926_105643588.jpg --use_angle_cls=true
输出结果