Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T14:56:37.000Z (about 1 year ago)
- Last Synced: 2024-07-31T08:19:26.179Z (3 months ago)
- Topics: image, nuxt, ocr, ocr-recognition, vite, vue, web
- Language: Vue
- Homepage: https://copyfromimage.com
- Size: 1.38 MB
- Stars: 160
- Watchers: 6
- Forks: 21
- 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.
![Preview](./public/social.jpg)
## 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 [email protected]:antfu/vitesse-nuxt3.git
git fetch --allgit merge --allow-unrelated-histories template/main
# Or
git merge template/main --strategy-option ours --squash
```