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: 21 days ago
JSON representation

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

Lists

README

        


Image to Text OCR


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


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

## 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 --all

git merge --allow-unrelated-histories template/main
# Or
git merge template/main --strategy-option ours --squash
```