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.39k stars 362 forks source link

Box points order may not be correct after cropping #60

Closed dsp05 closed 4 years ago

dsp05 commented 4 years ago

For text boxes with a large rotation around the Z-axis, the cropped text may have the wrong orientation.

Screen Shot 2020-04-07 at 5 40 06 PM
faustomorales commented 4 years ago

This was closed by https://github.com/faustomorales/keras-ocr/pull/61 -- thanks for contributing the fix!