TextRecognitionDataGenerator Versions Save

A synthetic data generator for text recognition

v1.6.0

4 years ago
  • Add support for Arabic and Hindi
  • Fix a bug with missing dictionaries

v1.4.0

4 years ago
  • Add --dict argument to specify a custom dictionary (Thank you @luh0907)
  • Add --font_dir argument to specify the fonts to use
  • Add --output_mask to output character-level mask for each image

v1.3.2

4 years ago

Re-release 1.3.1 with Windows-friendly installation

v1.3.1

4 years ago
  • Add -cs/--character_spacing that sets the space between characters

v1.2.0

4 years ago
  • Add label to generators' output

v1.1.1

4 years ago
  • TRDG is now available as a PyPI package. Get it with pip install trdg

v1.0.1

4 years ago
  • Fix random method name conflict
  • Fix empty lines in the dictionary or input file causing the script to crash

v1.0.0

4 years ago

First release with versioning to keep track of features being added.

No changelog since this is the first one.

See https://textrecognitiondatagenerator.readthedocs.io/en/latest/ for usage.