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

Update index.d.ts #922

Closed k-nero closed 4 months ago

k-nero commented 5 months ago

added string array to langs type

Balearica commented 4 months ago

Thanks for this contribution, merging now.

Other users have requested that language parameters be validated, so I'm not sure that allowing arbitrary strings is the best option long-term. However, I agree that this is better than what we currently have, and if a single string is valid then an array of strings should also be valid.