chungym

Results 2 comments of chungym

I experience the same problem in firefox. If langPath is set to a remote path such as 'https://tessdata.projectnaptha.com/4.0.0_fast', it works fine. However, if langPath is set to a relative path...

If I understand the codes correctly, worker.loadLanguage() first loads the traineddata into wasm file system. So, manually using: ``` worker.loadLanguage('subLang+parentLang'); worker.initialize('parentLang'); ``` should do the trick, since the sub-language would...