ocr-img2txt / README.md
rmayormartins's picture
Subindo arquivos4
9aebca9
|
raw
history blame
1.87 kB
---
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).*