2txt icon indicating copy to clipboard operation
2txt copied to clipboard

Image to text, fast.

2txt

Image to text, fast. Built with the Vercel AI SDK, Claude, and Next.js.

Deploy with Vercel

Developing

  • Clone the repository
  • Create a .env.local file with ANTHROPIC_API_KEY=your-api-key where your-api-key is your Anthropic API key from console.anthropic.com.
  • Run pnpm install to install dependencies.
  • Run pnpm dev to start the development server.