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.
-
This is my code for
ocrs
:and this is my code for
rusty_tesseract
Whilst
ocrs
actually gives me better results (though I could maybe use a different model oftesseract
or use better settings),ocrs
takes 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.0
forocrs
, 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