naptha / tesseract.js

Pure Javascript OCR for more than 100 Languages 📖🎉🖥
http://tesseract.projectnaptha.com/
Apache License 2.0
34.91k stars 2.21k forks source link

Fix support for initialization parameters #862

Closed Balearica closed 9 months ago

Balearica commented 9 months ago

The release notes for version 4.0.0 claim that initialization parameters can now be set, which resolved #613. This was definitely implemented in a development branch, however appears to either have never been fully implemented in the master, or was implemented but somehow later reverted. Regardless, this feature does not work in the current version of Tesseract.js. This should be fixed.

Additionally, this feature was never documented in the api.md file, so that should be done as well.

Balearica commented 9 months ago

Closing as resolved in v5.0.4.