You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from paddleocr import PPStructureV3
pipeline = PPStructureV3(
use_doc_orientation_classify=False,
use_doc_unwarping=False
)
output = pipeline.predict('iShot_2025-07-14_09.04.25.png')
for res in output:
res.save_to_markdown(save_path='output')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
就按照最基本识别:
得到的md文件是类似下面这样嵌入式html表格,而不是标准的markdown表格:
预览这个md文件是空白,用markdown编辑器打开能看到表格但是不能编辑。
请问是哪里设置有问题?还是本来就是这样设计的?
Beta Was this translation helpful? Give feedback.
All reactions