https://github.com/AlejandroAkbal/Image-to-Text-OCR
Image to Text is a web tool to extract text from any image using OCR
https://github.com/AlejandroAkbal/Image-to-Text-OCR
image nuxt ocr ocr-recognition vite vue web
Last synced: 8 months ago
JSON representation
Image to Text is a web tool to extract text from any image using OCR
- Host: GitHub
- URL: https://github.com/AlejandroAkbal/Image-to-Text-OCR
- Owner: AlejandroAkbal
- License: agpl-3.0
- Created: 2022-10-13T15:33:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:20:08.000Z (10 months ago)
- Last Synced: 2024-12-31T12:27:48.051Z (10 months ago)
- Topics: image, nuxt, ocr, ocr-recognition, vite, vue, web
- Language: Vue
- Homepage: https://copyfromimage.com
- Size: 1.38 MB
- Stars: 163
- Watchers: 6
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image to Text OCR
[Image to Text OCR](https://copyfromimage.com/) is a utility website made by [Alejandro Akbal](https://akbal.dev)
for extracting text from any image using OCR.
This tool was made for those moments where you take a photo of some text and wish you could have it digitally.

## Social
## Usage
### Development
Just run and visit
```bash
pnpm dev
```
### Build
To build the App, run
```bash
pnpm build
```
And you will see the generated files in `dist` that are ready to be served.
### Merge template
To merge the base GitHub template do:
```bash
git remote add template git@github.com:antfu/vitesse-nuxt3.git
git fetch --all
git merge --allow-unrelated-histories template/main
# Or
git merge template/main --strategy-option ours --squash
```