Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/text-finder

Image-to-text (OCR) app that works offline
https://github.com/egoist/text-finder

Last synced: 13 days ago
JSON representation

Image-to-text (OCR) app that works offline

Awesome Lists containing this project

README

        

# Text Finder

Image-to-text (OCR) app that works offline. Powered by tesseract.js.

## Development

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

First, run the development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.