Cannot achieve concurrency with paddleocr #11648
Unanswered
Ali-Raza12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run paddle ocr asynchronously but I am not able to achieve it as you can see my approach in the code snippet attached below. I want to do ocr for each frame in background and it should not block any execution of the main function. I am not adept with asynchronous programming and this is what I implemented to the best of my knowledge. Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions