Spaces:
Sleeping
Sleeping
File size: 1,874 Bytes
b1ba885 9aebca9 b1ba885 9aebca9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
---
title: OCR Img2txt
emoji: ๐
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 4.12.0
app_file: app.py
pinned: false
license: ecl-2.0
---
# OCR Img2txt ๐
Try my OCR-Img2txt tool! This tool leverages both Tesseract and EasyOCR engines to extract text from images, offering users the possibility to choose between two leading OCR technologies.
## Features
- **OCR Engines**: Choose between Tesseract OCR and EasyOCR for text extraction.
- **Multilingual Support**: EasyOCR engine supports multiple languages including English, Portuguese (Brazil), and Spanish.
- **User-Friendly Interface**: Gradio interface for easy operation.
- **Versatile Use Cases**: Ideal for digitizing documents, extracting text from photos, and converting scanned images into editable text formats.
## How to Use
- **Start the App**: Run the `app.py` script to launch the OCR-Img2txt interface.
- **Select OCR Engine**: Use the dropdown to choose between Tesseract OCR or EasyOCR.
- **Upload Image**: Drag and drop an image or select a file (.jpg, .jpeg, .png) from your device.
- **View Results**: Get the extracted text instantly displayed on the screen.
## Developer
Developed by Ramon Mayor Martins (2023)
- Email: [rmayormartins@gmail.com](mailto:rmayormartins@gmail.com)
- Homepage: [https://rmayormartins.github.io/](https://rmayormartins.github.io/)
- Twitter: [@rmayormartins](https://twitter.com/rmayormartins)
- GitHub: [https://github.com/rmayormartins](https://github.com/rmayormartins)
## Feedback and Contributions
Your feedback and contributions are welcome! Feel free to open an issue or submit a pull request on GitHub.
## License
This project is released under the ECL-2.0 license.
---
*For more information on Hugging Face Spaces configuration, visit [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).*
|