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

Hello. When I tried to generate handwritten images I got the following error: trdg -i s.txt -c 5 -w 1 -f 32 --output_dir hw_res -hw 0%| | 0/5 [00:00

i want the output include ![image](https://user-images.githubusercontent.com/88377247/129659618-88bcb021-0c4c-4ff3-a5b4-8cc4eab7d894.png)

Hi I wonder if there is anyway to rotate text inward ? I would like to simulate text images of labels on a 3d objects. to make it clear I...

For over-segmentation style OCR approaches, it would be helpful to have character bounding boxes. Glancing at the source for `computer_text_generator.py` it seems feasible with the current implementation. Although, I'm not...

Hi, Thanks for your amazing work! When I used ```trdg -c 3000 -rs -k 15 -rk -bl 2 -rbl -tc '#000000,#888888' -f 64 --language fr``` trying to generate some text...

I want to generate a line of text including handwriting and printing. How can I do it? Thanks!

When I try to use this repo to generate hindi text imgs, it works well. But actually all characters are incorrect because PIL.trutype could only render a simple character-to-glyph but...

bug

Hi! I'm using TRDG v1.7.0 with Python 3.7.10 and I can't force my text to fit on some of the images. This usually happens with relatively long words like '_Jacksonborough_'...

I am trying to generate images using generate from string as I have list of strings to generate from , the issue that it's very slow as generating one image...