PictoTongue is a powerful image-to-text conversion tool that breaks down language barriers by allowing you to extract and translate text from any image. Whether you're analyzing screenshots, processing scanned documents, or making foreign news articles accessible, PictoTongue handles it with precision and ease.
- Optical Character Recognition: Extract text from images, screenshots, and scanned documents
- Multilingual Support: Process text in 50+ languages
- Smart Translation: Convert extracted text to your preferred language
- Batch Processing: Handle multiple images simultaneously
- Format Preservation: Maintain text layout and structure when possible
- Web Integration: Simple API for developers to integrate into their projects
- Privacy-Focused: Process images locally with optional cloud backups

- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the application:
cd scripts
python translator.py --lang <language-code>