[表格识别] 当 rec_res 为 None 时,所有返回内容均为 None,即无法获得 dt_boxes,则表格识别报错失败 #67
Unanswered
wangwenqi567
asked this question in
Q&A
Replies: 0 comments 5 replies
-
|
如果没有识别到文字,只返回文本框,这样表格内容也是为空的呀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
是的,只需要保留表格结构即可,因为表头和表格分离了 |
Beta Was this translation helpful? Give feedback.
3 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.
-
问题描述 / Problem Description
当我使用 RapidTable 识别表格时,遇到一个 5 行 5 列的空表格,表头在上一页
运行环境 / Runtime Environment
首先使用 RapidOCR 识别表格图片内容, 由于在 rapidocr_paddle main.py get_final_res 函数时 297 lines
当 rec_res 为 None 时,所有返回内容均为 None,即无法获得 dt_boxes,则表格识别报错失败
复现代码 / Reproduction Code
可能解决方案 / Possible solutions
希望问一下应该如何解决这种情况,是否需要保留 dt_boxes,即使 rec_res 为 None 时
Beta Was this translation helpful? Give feedback.
All reactions