#222 · Primary category: Computer Vision

2txt

artificial-intelligence nextjs openai vercel

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