Wael

Results 7 issues of Wael

It would be nice if wizzy can load json files containing environment variables. This is useful for conf/wizzy.json and datasources. The `conf/wizzy.json` file would look like: ```json { "config": {...

feature request

If absolute value of number is 0 or 1, the separator is "celá", if the absolute value is from 2 to 4 it is "celé" and any absolute value higher...

bug

The file in charge of Turkish language [lib/i18n/TR.mjs](https://github.com/forzagreen/n2words/blob/v1.9.0/lib/i18n/TR.mjs) takes a lot of space compared to other languages: Its size is **15K** versus **~2K** for other languages. ```bash $ tree -sh...

enhancement

Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...

As mentioned by @stefan6419846 in https://github.com/madmaze/pytesseract/issues/508 , there is a python wrapper for training in [tesstrain/src/](https://github.com/tesseract-ocr/tesstrain/tree/main/src) , which unfortunately is not documented in [tesseract](https://github.com/tesseract-ocr/tesseract), [tessdoc](https://tesseract-ocr.github.io/tessdoc/) and [tesstrain](https://github.com/tesseract-ocr/tesstrain/) repositories. From my...

- Fixes https://github.com/forzagreen/n2words/issues/100 - Other improvements