Replies: 1 comment
-
You could create a plugin that registers a custom progress bar and use this to capture progress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running some OCR processing using a bigger python app. At some point, I will run the OCR. Is there any way I can catch the current progress (eg page x/y completed) to show some progress to the user? The only thing I could think of was trying to reroute the logging, but maybe there is a better way?
Beta Was this translation helpful? Give feedback.
All reactions