https://github.com/itsgitz/ocr-lab
Optical Character Recognition lab
https://github.com/itsgitz/ocr-lab
Last synced: 22 days ago
JSON representation
Optical Character Recognition lab
- Host: GitHub
- URL: https://github.com/itsgitz/ocr-lab
- Owner: itsgitz
- License: mit
- Created: 2026-05-26T22:26:16.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-06-07T13:11:46.000Z (about 2 months ago)
- Last Synced: 2026-06-07T14:17:27.999Z (about 2 months ago)
- Language: TypeScript
- Size: 182 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.14. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.