zapolnoch / node-tesseract-ocr

A Node.js wrapper for the Tesseract OCR API
MIT License
302 stars 38 forks source link

Tesseract v4.x support #32

Closed chriscarex closed 2 years ago

chriscarex commented 2 years ago

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

chriscarex commented 2 years ago

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

chriscarex commented 2 years ago

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