TextRecognitionDataGenerator
TextRecognitionDataGenerator copied to clipboard
A synthetic data generator for text recognition
Hi Suppose I have some images and I don't know what's their font to use generators, all I want is to apply distortion, skewing, and blurring on my images. Are...
sir can the model not produce handwritten arabic text ? I've tried but it gives some random lines
Are there any generators for digitals?They are quite common in sentences.
as stated above.
Type the command below but it doesn't work. Please help~ 
added different coloured background generator: data_generator.py: ``` elif background_type == 4: background_img = background_generator.random_background( background_height, background_width ) ``` background_generator.py: ``` def random_background(height, width): """ Create a random background """ r...
while i try to add other backgrounds by adding them in pictures folder...the generator still prints old default images from pictures as background.
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?
How do I make the image size random? I want to make images of various sizes. Do I need to adjust the size of the font?
`trdg -i words.txt -c 20000 --output_dir data/train -ft your/fontfile` I'm trying to run the above command and it's throwing error like **Missing modules for handwritten text generation. Cannot open font**...