cathoderaydude / Babel

A simple translation tool for on-screen text using Google Cloud Vision and Translate. Intended for translating emulated videogames and similar things.
MIT License
2 stars 0 forks source link

Allow drawing polygons #25

Open cathoderaydude opened 4 years ago

cathoderaydude commented 4 years ago

Rectangles are too limiting, they can't capture e.g. rotated text. They should be the default, but polygons should be permitted. Add toolbar buttons to switch between them. This may require generalizing the rectangles into polygons.