[LW24] Megaparse

[LW24] Megaparse

Open-source File Parser optimized for LLM ingestion

5.0
1 review

222 followers

File Parser optimized for LLM Ingestion. Parse PDFs, DOCX, PPTX in a format that is ideal for LLMs. All of that accessible from a python package, an API, or a queue.
Megaparse [LW24] gallery image
Megaparse [LW24] gallery image
Megaparse [LW24] gallery image
Free
Launch tags:
Developer ToolsGitHub
Launch Team / Built With

What do you think? …

Stan Girard
Hi everyone, Today I’d like to introduce you to the new Quivr project. It a simple python package, API that helps you take in documents such as PDFs, Docx, PPTx, ... and turn them into Markown It has several new abilities: * OCR * Vision Models * Table Optimization in the extraction * Open-source You can use it in any of your products where you need to parse file to then send them to an LLM or simply store it Here is how to get started: * Go to https://github.com/QuivrHQ/MegaP... * pip install megaparse * Have fun Give it a try! We’d love to hear your feedback and ideas in the comments. This is part of Supabase mega Launch Week -> https://launchweek.dev/HOME
Sacha Dumay
@stan_girard great tool !!!!
Damien Henry
@stan_girard whoo! This is awesome!!! I'll try it in my next project
Christophe Pasquier
Everyone that went through the pain of parsing slides and pdf know how big a problem that solves ;) GG team!
Stan Girard
@christophepas Thanks mate! Let me know if you are using it and I'll gladly help you improve it
Michael Ohana
Awesome ! How does it tackle tables in financial documents?
Stan Girard
@michaelohana This is a hard piece to tackle, we are currently working hard on improving tables. We are exploring some techniques. For example we are looking at combining LLM Vision models with current OCR. Passing the table to a dataframe. Would love to tell you more or help you with your use case. Ping me if need on twitter @_StanGirard