You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'll add translation function by Naver OpenAPI PAPAGO soon. It will be hard work to send text data which want to be translated by asynchronously. Second, take it account to use GestureDetector. Finally, I'll study tables extraction... as soon as possible.
1. Recognize gesture
We need to add gesture recognition function. Remove prev, next button and then apply gesture function
2. Translation
Need to translation function by asynchronous method
e.g. service thread
3. First display error
The first display is not shown properly. This problem seems to be happen by this code snippet.
//resultTextView.setText(sentences.get(0));
Need to change like this
4. Parsing improvement
Still need to improve...
5. Improve image extraction and tables(graphs)
Image extraction do not work well, and tables are not extracted at all...
The text was updated successfully, but these errors were encountered: