pic_translator 1.0.3+4
pic_translator: ^1.0.3+4 copied to clipboard
A Flutter plugin for translating text in images from one language to another. It extracts text from images using ML Kit and overlays the translated text on the original image
Changelog #
1.0.3+4 - 2025-03-31 #
Added #
- Static convenience methods for direct use:
getTextFromImage()- Extract text from image pathtranslateTextFromImage()- Get translated text from image pathcreateTranslatedImageFromPath()- Create translated image from pathtranslateImage()- Get complete translation resultstranslateAndSaveImage()- Translate and save to custom location
- Zoom functionality for better examination of translated text
- Share and save options for translated images
- Comprehensive example app demonstrating all features
Fixed #
- Resolved duplicate translations issue in rendered images
- Fixed memory leaks when processing multiple images
- Improved font sizing algorithm for better text readability
- Enhanced language detection for non-English source text
- Fixed issue where translation only worked for the first image
Improved #
- Enhanced text block positioning in translated images
- Performance improvements for faster processing
- Expanded documentation with more examples