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

Fixes for Model download, Screenshots cancelling and Language sort #28

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

HariSK20
Copy link
Contributor

@HariSK20 HariSK20 commented Feb 7, 2022

Related Issue :

Proposed Changes:

  • Using the link to tesseract-ocr/tessdata as a backup source, if the required model is not found under tessdata-best

Result:

  • The math module can now be installed, And any modules which were removed from tessdata-best.

Additional changes:

  • Cancelling screenshot using ESC key would result in the app stopping abruptly

    frog_error_scrnCancel

    Changes:

    • Fixed minor errors in window.py

    Result:

    • The screenshot can be cancelled without breaking the app
  • Opening Languages dialog window would create a lot of errors in when run through the terminal. It prevents sorting of languages by name in the UI.

    frog_error_langSort

    Changes:

    • Fixed minor issue in language_dialog.py

    Result:

    • Opening Language window will not produce errors.
    • The list of languages are now sorted in order

@amka amka merged commit 845a789 into TenderOwl:master Feb 22, 2022
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

Successfully merging this pull request may close these issues.

The Math / equation detection module does not finish downloading
2 participants