Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egoist/text-finder
- Owner: egoist
- Created: 2022-11-10T13:07:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T13:38:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T12:22:28.029Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://text-finder.egoist.dev
- Size: 44.9 KB
- Stars: 45
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - text-finder - to-text (OCR) app that works offline | egoist | 45 | (TypeScript)
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.