An open API service indexing awesome lists of open source software.

https://github.com/danielcaz/clipboard-image-text-extractor

This is a simple flask app that uses pytesseract to extract text from an image from the clipboard. It's containerized with docker so that you don't have to have pytesseract installed on your machine.
https://github.com/danielcaz/clipboard-image-text-extractor

clipboard docker docker-compose flask pytesseract python

Last synced: 3 months ago
JSON representation

This is a simple flask app that uses pytesseract to extract text from an image from the clipboard. It's containerized with docker so that you don't have to have pytesseract installed on your machine.

Awesome Lists containing this project

README

          

# Clipboard Image Text Extractor

This is a simple flask app that uses pytesseract to extract text from an image from the clipboard. It's containerized with docker so that you don't have to have pytesseract installed on your machine.

## Usage

1. Copy an image to your clipboard
2. Run the docker container
3. Visit `http://localhost:8080/` in your browser

## Running the app

- Dev Mode

```bash
docker compose watch
```

- Production Mode

```bash
docker compose up
```

## Contributing

Feel free to open an issue or a pull request if you have any ideas for improvements or new features.

## Credits

- Favicon: [Analyze](https://icons8.com/icon/7964/analyze) icon by [Icons8](https://icons8.com)