Belval / TextRecognitionDataGenerator

A synthetic data generator for text recognition
MIT License
3.24k stars 966 forks source link

spanish text image with acute accent getting wrong #337

Open dwyane1023 opened 6 months ago

dwyane1023 commented 6 months ago

hi,

I met one issue is when I generated text image with acute accent. The image is not correct.

for example, "À" arial

any solution on this?

samx81 commented 4 months ago

You might want to try my PR #341, I think they should be related. the acute accent is U+0300, which will be combined with it's previous character when draw text in my fix.