#222 · Primary category: Computer Vision
2txt
Image to text, fast.
Project last updated:07/30/26
GitHub Stars
556
Forks
72
Contributors
2
License
Other
Why we included this project
Most image-to-text tools either ship your files off to a third-party service or expect you to assemble an OCR stack yourself. 2txt takes a middle path: it's a compact Next.js app that hands an image to a vision-capable model through the Vercel AI SDK and returns the extracted text, and the README is explicit that images are not stored. The codebase is short enough to read in one sitting, which makes it a solid starting point if you want to build your own image-to-text endpoint or a lightweight document-capture tool. Anyone already working with Vercel and OpenAI will recognize the setup right away, and it's a practical example of wiring a multimodal model into a web front end.
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)