TextRecognitionDataGenerator
TextRecognitionDataGenerator copied to clipboard
Can I generate text with selected chars or according to some regex? (e.g. decimal numbers with only digits, dot and comma)
I am currently trying to generate some text of decimal numbers, optionally mixed with different currency symbol.
Is it possible to generate only such text?
There is no feature that does this currently, but I know that there was some interest for it in another issue (that I am having trouble finding right now). If you implement it, feel free to open a PR.
Thanks!
is there any possible way to generate multiple lines of data? thanks for your work! @Belval