Hey HN,
I'm excited to share Vision Parse, an open-source Python library that uses Vision Language Models to convert PDF documents into perfectly formatted markdown content automatically.
- Converts each page in a PDF document into high-resolution images
- Detects texts, tables, links, and images from the high-resolution image using Vision LLMs and parses them in markdown format
- Handles multi-page PDF documents effortlessly
- And it's easy to get started with this library (just pip install vision-parse, and then a few lines of code to convert a document into markdown formatted content).
1 comment
[ 2.7 ms ] story [ 9.7 ms ] thread- Converts each page in a PDF document into high-resolution images - Detects texts, tables, links, and images from the high-resolution image using Vision LLMs and parses them in markdown format - Handles multi-page PDF documents effortlessly - And it's easy to get started with this library (just pip install vision-parse, and then a few lines of code to convert a document into markdown formatted content).