alexanderlanganke / ocrmypdfgui

MIT License
11 stars 0 forks source link

Running Batch Job cannot be interrupted #1

Closed alexanderlanganke closed 3 years ago

alexanderlanganke commented 3 years ago

Batch Job freezes the GUI process and cannot be interrupted. Currently the terminal window needs to be killed. Keyboard interrupt does not work.

alexanderlanganke commented 3 years ago

Basic Threading is now enabled. Exiting mainloop now kills the running thread. GUI no longer freezes when running OCR Job.