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

Add multithreading support to OCR #24

Merged
merged 6 commits into from
Oct 17, 2024
Merged

Add multithreading support to OCR #24

merged 6 commits into from
Oct 17, 2024

Conversation

ecdye
Copy link
Owner

@ecdye ecdye commented Oct 14, 2024

This adds support for running the OCR multithreaded to improve the
performance of the output.

Signed-off-by: Ethan Dye [email protected]

@ecdye ecdye linked an issue Oct 14, 2024 that may be closed by this pull request
2 tasks
@ecdye
Copy link
Owner Author

ecdye commented Oct 17, 2024

And another exciting one @timj, this one should help with a lot of the slowdown, to be clear, my decoder is still slow, but the really slow part is now multithreaded. Let me know if this causes any breaking issues for you.

@ecdye ecdye merged commit 7af4566 into main Oct 17, 2024
7 checks passed
@ecdye ecdye deleted the feat-multi branch October 17, 2024 20:27
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.

Add multithreading support
1 participant