Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todo List #2

Closed
weehyerin opened this issue May 6, 2019 · 2 comments
Closed

Todo List #2

weehyerin opened this issue May 6, 2019 · 2 comments

Comments

@weehyerin
Copy link
Collaborator

weehyerin commented May 6, 2019

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

textswitcher.setText(sentences.get(0));

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...

@LeeMinki
Copy link
Owner

LeeMinki commented May 6, 2019

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.

@LeeMinki
Copy link
Owner

Project has been finished. Close issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants