clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.71k stars 1.09k forks source link

Question about the sorting algorithm #217

Open iknoorjobs opened 4 years ago

iknoorjobs commented 4 years ago

Hi

The model on the demo page (https://clova.ai/ocr) works quite good in sorting the bounding boxes as well as handling most of the images with tilted words. Could you please tell how the sorting algorithm is implemented to sort the boxes as per text?

Thank you so much.

Iknoor

fingoldo commented 3 years ago

It does not just "work quite good". It beats all existing commercially available OCR solutions including google vision or amazon rekognition. Quite good, haha.

iknoorjobs commented 3 years ago

@fingoldo that explains the unanswered question.