Skip to content

Commit 30586a2

Browse files
authored
Fix import in README.md
1 parent 48cc79c commit 30586a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Words will be randomly chosen from a dictionary of a specific language. Then an
4848
The usage as a Python module is very similar to the CLI, but it is more flexible if you want to include it directly in your training pipeline, and will consume less space and memory. There are 4 generators that can be used.
4949

5050
```py
51-
from TextRecognitionDataGenerator.generators import (
51+
from trdg.generators import (
5252
GeneratorFromDict,
5353
GeneratorFromRandom,
5454
GeneratorFromStrings,

0 commit comments

Comments
 (0)