Replies: 1 comment 1 reply
-
以下是代码 初始化 PaddleOCR 模型ocr = PaddleOCR( img_path = 'page_1.png' print(result) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
RuntimeError: (PreconditionNotMet) op [] kernel output args (0) defs should equal op outputs (1)
[Hint: Expected op_item->num_results() == output_defs.size(), but received op_item->num_results():1 != output_defs.size():0.] (at ../paddle/fluid/pir/transforms/pd_op_to_kernel_pass.cc:2470)
Beta Was this translation helpful? Give feedback.
All reactions