You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Set OMP_THREAD_LIMIT for better tesseract performance (#185)
I've spent some time playing with this var, and I came up with [this
gist](https://gist.github.com/awalker4/8581d76d373c1bc51e0f2676a6ad816c).
I ran this on a 4 core EC2 instance. Processing 3 pages without the
limit takes 153s. With the limit is 5s 😍 . When the number of pages is
higher than number of cores, it just hangs without this var.
0 commit comments