EverTranslator
EverTranslator copied to clipboard
Text detection using TensorFlow
In the past I suggested to use Opencv to detect text
but I founded a better way to do it using TensorFlow pre-trained EAST model
https://github.com/sayakpaul/Adventures-in-TensorFlow-Lite/blob/master/EAST_TFLite.ipynb
What do you think of this idea?
I think it is great to be implemented to an app, but the Google ML kit used in this application is also using a pre-trained TensorFlow model. I'll try to investigate how to use Tensorflow lite in an Android application.
So the solution was already in the app 🥲
Is it possible to use Google ML kit to draw the select green rectangular automatically
So the solution was already in the app 🥲
Is it possible to use Google ML kit to draw the select green rectangular automatically
Yes, it is possible, but I'm not sure how to present the UI if there're several text regions on the screen.
So the solution was already in the app 🥲 Is it possible to use Google ML kit to draw the select green rectangular automatically
Yes, it is possible, but I'm not sure how to present the UI if there're several text regions on the screen.
Here's is what I think
1- hide language button because here it won't be used
2- new button to select the text by Text recognition by ML kit ( it will select by block)
3- Once user click inside the block will automatically draw the green box around the selected block :) and it could be edited same as it was drawn by swap two fingers
Or
So the solution was already in the app 🥲 Is it possible to use Google ML kit to draw the select green rectangular automatically
Yes, it is possible, but I'm not sure how to present the UI if there're several text regions on the screen.
Here's is what I think
1- hide language button because here it won't be used
2- new button to select the text by Text recognition by ML kit ( it will select by block)
3- Once user click inside the block will automatically draw the green box around the selected block :) and it could be edited same as it was drawn by swap two fingers
Or this is by default and manual can be turned on in the settings so you click the block and it will run