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.
- Host: GitHub
- URL: https://github.com/danielcaz/clipboard-image-text-extractor
- Owner: DanielCaz
- License: mit
- Created: 2024-02-20T23:52:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T15:37:13.000Z (over 1 year ago)
- Last Synced: 2025-02-12T16:37:47.822Z (over 1 year ago)
- Topics: clipboard, docker, docker-compose, flask, pytesseract, python
- Language: HTML
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)