请问使用PPStructureV3进行表格识别时,可以单独把OCR识别结果导出来吗,如果可以的话怎么操作呢? #16151
Unanswered
Sakura9421
asked this question in
Q&A
Replies: 1 comment
-
您好,可以调用res.save_to_json(save_path="output") 函数, 所有版面解析的结果都存储在json文件中,可以写个脚本把OCR的结果解析出来,或者直接调用PP-OCRv5产线 |
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.
-
如题,因为使用PPStructureV3进行表格识别时,生成的无论是html文件还是xlsx文件其中的内容都会出现错位的情况,因此想直接导出ocr结果,请问怎么直接导出ocr的识别结果呢?
Beta Was this translation helpful? Give feedback.
All reactions