keras-ocr icon indicating copy to clipboard operation
keras-ocr copied to clipboard

Detecting vertical text with craft

Open Asad-Raza opened this issue 2 years ago • 3 comments

Hello

CRAFT is doing great in detection of horizontal text but it is not able to detect the text in vertical orientation properly. Can you provide guidance/suggestions on how to achieve detection of vertical text with CRAFT? Will training with images with vertical orientation suffice?

Thanks

Asad-Raza avatar Jun 13 '23 10:06 Asad-Raza

Have you tried rotating the image 90 degrees and redo a detection again, and obtain the union of bounding boxes in both original and rotated orientations?

DJBen avatar Jun 15 '23 03:06 DJBen

No , I have not tried rotating the image. I will try this. Thank you for the suggestion

Asad-Raza avatar Jun 15 '23 09:06 Asad-Raza

I have the same trouble, I'm trying to solve this, but it's to difficult to me... I think convolutional neural networks, its the best option to solve this problem...training word by word.

luisMGXWX avatar Jul 05 '23 18:07 luisMGXWX