Replies: 1 comment 6 replies
-
The first thing to check is that you are building
Regarding resource usage, Ocrs will automatically use multiple threads. The default number of threads is determined by the Rayon library. You can customize this by setting the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my code for
ocrs:and this is my code for
rusty_tesseractWhilst
ocrsactually gives me better results (though I could maybe use a different model oftesseractor use better settings),ocrstakes much longer to process compared torusty_tesseract, plus uses a lot of processing resources while running this.I used multiple sample images.
I am currenlt using
0.6.0forocrs, not too sure if in the new version it resolves this issue or there is some adjustments I need to do to speed it up?Beta Was this translation helpful? Give feedback.
All reactions