Skip to content

Tesseract openMp #73

Answered by Robyer
hiaryAbeer asked this question in Q&A
Dec 12, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, if you need to process the flow of images sequentially (in order), then you would have single Tesseract instance and in that case it would be faster to use OpenMP variant.

If you want to process multiple images at once, then use standard variant and create multiple Tesseract instances and process the images this way in separate threads.

But you mention the sample project crashes when you switched it to OpenMP variant? I'll check that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Robyer
Comment options

Answer selected by hiaryAbeer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants