Replies: 1 comment
-
我的问题 原来paddle官方有转化onnx格式模型的方法 我将pp-ocrv5-server转化成了onnx格式的模型 但是还是没传入ocr_result中 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我手动传入了ocr_result,但是WiredTableRecognition()并没有接收到,ocr_engine = RapidOCR(det_model_dir="PP-OCRv5_server_det_infer", rec_model_dir="PP-OCRv5_server_rec_infer") ocr_res, _ = ocr_engine(img_path) html, elasp_engine, polygons, logic_points, ocr_res, dict = table_engine(img_path, version="v2", enhance_box_line=True, rotated_fix=True, rec_again=False, ocr_result=ocr_res) 我打印出来了是这样的<rapidocr_onnxruntime.main.RapidOCR object at 0x000001643E879070> 这是咋回事呢
Beta Was this translation helpful? Give feedback.
All reactions