📝

PyMuPDF Notes

2329
0次下载
3次浏览
2026/3/9

- Fast local parsing via PyMuPDF (`fitz`). - Less robust than specialized PDF parsers; table extraction is minimal. - `page.get_text("markdown")` gives quick Markdown output. - `page.get_text("text")` provides plain text for JSON. - Image extraction uses `page.get_images(full=True)` and `Pixmap`.

document-processingaimarkdownpdfimageopenclaw
广告位 300x250

资源信息

数据来源
bigquery-gharchive
分类
document-processing
创建时间
2026/3/9
更新时间
2026/4/5

评论 (0)

登录后发表评论

加载中...