YomiNinja
YomiNinja copied to clipboard
New way to implement Google's OCR
Someone recently found a way to implement Google Lens into their OCR program. Lens can be used unlimitedly without the need of an API key, unlike with the normal Google Vision implementation. It seems to work very well for now, would be very nice if it could be implemented in Yomininja. Here's the Github: https://github.com/AuroraWright/owocr
Thank you for bringing this up! Unfortunately, I couldn't include it in v0.6 due to time constraints, as the results need to be parsed in a completely different way. However, I'll make an effort to add support for Google Lens soon, possibly v0.6.x.
Implemented in v0.6.4+