I'm trying to create curved text images with python as fake image to train my network.
sample desired image :
I tried using TextRecognitionDataGenerator but it's output wrap characters but I want characters to be on curve not distorted.
I saw also this example matplotlib but can't work on it. I can create with photoshop but because of large amount of images it is impossible.
regards