AlejandroAkbal / Image-to-Text-OCR

Image to Text is a web tool to extract text from any image using OCR

Home Page:https://copyfromimage.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image to Text OCR

Image to Text OCR

Image to Text OCR is a utility website made by Alejandro Akbal 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

Social

Image to Text - Extract text from any image using OCR | Product Hunt

Usage

Development

Just run and visit http://localhost:3000

pnpm dev

Build

To build the App, run

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:

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

About

Image to Text is a web tool to extract text from any image using OCR

https://copyfromimage.com

License:GNU Affero General Public License v3.0


Languages

Language:Vue 74.6%Language:TypeScript 24.6%Language:JavaScript 0.8%