Edouard Belval
Edouard Belval
The `-fd`parameter overrides the `-ft` one so you want either: `-ft fonts/latin/Aller_Bd.ttf` OR `-fd fonts/your_directory`where your_directory contains only the fonts you know support the rupee symbol.
Unfortunately no, this project is currently focused on text recognition, not localization or template extraction. This could be a possible focus in the future, but there is no concrete plan...
I'll try and reproduce the bug later today. Thank you for opening an issue.
I am afraid I am unable to reproduce your issue on Ubuntu 18.04 with `trdg==1.5.0` with the same parameters except for the font which I don't have. I did notice...
The PR is outdated, but the feature was implemented just never merged: https://github.com/Belval/TextRecognitionDataGenerator/pull/144 I could try to fix and merge it.
The handwritten model is only trained on english data with the 26 letter alphabet + 10 numbers. This is a restriction from the training data and not from the project...
1 & 2: This is not an often used feature and I can't test it in Travis. Clearly I broke it when I created the PyPi package. 3: Could you...
TRDG in its current state only does single lines of text. I do agree that this could change, but there would probably be a greater impact across the codebase. Feel...
This has been a common request but is not as easy to implement as I'd need to apply affine transforms to the text. Z-axis rotation is easy because it's only...
Unfortunately, the PR covering this never went through. Meaning that as of right now there are no features to do what you want. If you can work on it yourself,...