Ask HN: What are you using to parse PDFs for RAG?
31–40 of 102 posts
Re: Ask HN: What are you using to parse PDFs for RAG?
#32I understand your idea, but if you are sure that a software is excellent, then paying for it is a good habit.
Re: Ask HN: What are you using to parse PDFs for RAG?
#33PyMuPDF seems to be intended for this use-case and mentions images: https://medium.com/@pymupdf/rag-llm-and-pdf-conversion-to-ma... (Though the article linked above has the feeling, to me, of being at least partly AI-written, which does cause me to pause) > Update: We have now published a new package, PyMuPDF4LLM, to easily convert the pages of a PDF to text in Markdown format. Install via pip with `pip install pymup…
So it works for complicated tables et al.?
Re: Ask HN: What are you using to parse PDFs for RAG?
#34(https://api.python.langchain.com/en/latest/document_loaders/...)
It deals pretty well with PDF containing a lot of images.
Re: Ask HN: What are you using to parse PDFs for RAG?
#35Re: Ask HN: What are you using to parse PDFs for RAG?
#36have to pay $25K upfront That's a lot of your money. It's not a big dose of OPM (Other People's Money). When building a business, adequate capitalization solve a lot technical problems and it is no different when a business is built. If you aren't building a business, money is different and there's nothing wrong with not building a business. Good luck.
Re: Ask HN: What are you using to parse PDFs for RAG?
#37Re: Ask HN: What are you using to parse PDFs for RAG?
#38Re: Ask HN: What are you using to parse PDFs for RAG?
#39Re: Ask HN: What are you using to parse PDFs for RAG?
#40Have you tried https://github.com/VikParuchuri/marker ?
When compared to Azure Document Intelligence, Marker is really cheap when self-hosted (assuming you fall under the license requirements), but it does not produce high quality data. YMMV.