You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ocr = CnOcr() # Use default values for all parameters
File "\AppData\Roaming\Python\Python312\site-packages\rapidocr_onnxruntime\utils\infer_engine.py", line 224, in _verify_model
raise FileNotFoundError(f"{model_path} does not exists.")
FileNotFoundError: \AppData\Roaming\cnstd\1.2\ppocr\ch_PP-OCRv4_det\ch_PP-OCRv4_det_infer.onnx does not exists.
What should I do?
Thank you a lot
The text was updated successfully, but these errors were encountered:
ocr = CnOcr() # Use default values for all parameters
File "\AppData\Roaming\Python\Python312\site-packages\rapidocr_onnxruntime\utils\infer_engine.py", line 224, in _verify_model
raise FileNotFoundError(f"{model_path} does not exists.")
FileNotFoundError: \AppData\Roaming\cnstd\1.2\ppocr\ch_PP-OCRv4_det\ch_PP-OCRv4_det_infer.onnx does not exists.
What should I do?
Thank you a lot
The text was updated successfully, but these errors were encountered: