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

Fix threading and resource management issues in OCR translation tool #10

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 19, 2024

  1. Fix threading and resource management issues in OCR translation tool

    - Added proper threading implementation using QThread to manage the Worker instance
    - Enclosed mutex locking in try-finally block to ensure proper release of the lock
    - Improved error handling around Tesseract OCR and translation API calls
    - Ensured proper initialization and stopping of QTextToSpeech engine
    - Added additional debug print statements for better tracing of execution flow
    kang49 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0c6f53b View commit details
    Browse the repository at this point in the history
  2. Add tesseract path

    kang49 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    79ce816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d97d3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8dbbc1 View commit details
    Browse the repository at this point in the history