TextRecognitionDataGenerator icon indicating copy to clipboard operation
TextRecognitionDataGenerator copied to clipboard

A synthetic data generator for text recognition

Results 163 TextRecognitionDataGenerator issues
Sort by recently updated
recently updated
newest added

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.

Type the command below but it doesn't work. Please help~ ![image](https://user-images.githubusercontent.com/51820927/101447532-c1753c80-3968-11eb-90fd-3e4e30aa2492.png)

needs more information

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**...