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

Sort copied text #45

Open cathoderaydude opened 4 years ago

cathoderaydude commented 4 years ago

Currently when you copy text, it comes out in list order, meaning (as far as the user is concerned) essentially random. We need to sort these using an algorithm that can place them in top-left to bottom-right order.

A CSV/XLS copy feature might also be possible, where it attempts to retain the positioning of text to some degree.