faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.36k stars 347 forks source link

Text bbox transform #242

Open soans1994 opened 9 months ago

soans1994 commented 9 months ago

Hello Authors,

Can you help me transform the text bbox to align the text perfectly like below. Currently I have bbox aligned to x-y axis( like square or rectangle). I also have the masks for each texts, so is it possible? IMG_8164

thank you