#32 · Primary category: Self-Hosted File Processing & Conversion

doc7

document-ai docx-to-markdown local-ai markdown multimodal open-source pdf-to-markdown vision-language-model

Turn documents into AI-ready Markdown with visual understanding

Project last updated:08/07/26

GitHub Stars

1.2K

Forks

47

Contributors

1

License

MIT

Why we included this project

doc7 is a single CLI tool that turns PDFs, Office files, scans, and screenshots into Markdown by sending each page to an OpenAI-compatible multimodal model you already run, whether that is a local vision model in LM Studio or Ollama or a private remote endpoint. There is no bundled OCR stack and no dependency on a paid document-parsing service, so sensitive documents never leave your own hardware and costs stay predictable. The project handles raster-only pages well, recovering equations and figures, including the relationships inside diagrams that plain text extraction would miss. It also ships batch processing, an HTTP service, and a Go SDK alongside the binary. Teams building knowledge bases or RAG indexes, and anyone normalizing internal document workflows, get a self-contained way to normalize messy inputs into text their models can actually search and quote.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category