Unclaimed project
Are you a maintainer of tesseract.js? Claim this project to take control of your public changelog and roadmap.
Changelog
Pure Javascript OCR for more than 100 Languages ๐๐๐ฅ
Last updated 2 months ago
config option of createWorker (#862)
load_number_dawg is an "init only" parameter that cannot be set using either worker.setParameters or the options argument of worker.recognize.load_number_dawg can be set by the following createWorker statement.
createWorker('eng', "0", {}, {load_number_dawg: "0"});Full Changelog: https://github.com/naptha/tesseract.js/compare/v5.0.3...v5.0.4