Replies: 2 comments 1 reply
-
the model file is correct ,ignoring writing err |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, I didn't analyze the source code. Now I have used the correct calling method. Thank you.
…---Original---
From: ***@***.***>
Date: Thu, Sep 26, 2024 16:11 PM
To: ***@***.***>;
Cc: "Kyrie ***@***.******@***.***>;
Subject: Re: [RapidAI/TableStructureRec] while using new model like ch_PP-OCRv4_det_infer.onnx ,error (Discussion #32)
if you want to use higher pricision ocr model ,this is the right way ,ocr result means the output of ocr model
ocr_engine =RapidOCR(det_model_dir="det_server_infer.onnx",rec_model_dir="rec_server_infer.onnx")
ocr_res, _ = ocr_engine(img_path)
html, elasp, polygons, logic_points, ocr_res = table_engine(img_path, ocr_result=ocr_res)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions