zapolnoch/node-tesseract-ocr

Tesseract v4.x support

chriscarex opened this issue · 2 comments

Hi, I moved from tesseractjs to node-tesseract-ocr for performance reasons.
I tried to install it on a linux machine, it seems to work fine with Tesseract 3.x but having issues with Tesseract 4.
I'm passing an arraybuffer image as input, so wonder if that's the issue or if v4.x required additional configs.
Thanks,
Christian

For reference:
tesseract 4.1.3
leptonica-1.83.0
libjpeg 6b (libjpeg-turbo 2.0.90) : libpng 1.5.13 : libtiff 4.0.3 : zlib 1.2.7 : libwebp 0.3.0

Closing as it's working fine, I'm using 5.0.1 and no issues