QuivrHQ / MegaParse

File Parser optimised for LLM Ingestion with no loss 🧠 Parse PDFs, Docx, PPTx in a format that is ideal for LLMs.
https://pypi.org/project/megaparse/
Apache License 2.0
497 stars 36 forks source link

ImportError: cannot import name 'open_filename' from 'pdfminer.utils' #26

Open iris-qq opened 3 months ago

iris-qq commented 3 months ago

this package depend on pdfminer.six

so i exec pip3 install pdfminer.sxi

when import megaparse

the err occured

env:

windows 11

conda python=3.10

LinnaeaGan commented 2 months ago

可以试一下,pdfminer.six 安装20231228版本