0

I am using a tesseract for text detection. The algorithm gives as output many boxes, and often overlapping. I am using the non_max_suppression from the imutils library.The problem that I have is that the function compares the surrounding boxes, and picks one result. What I would like is that the algorithm joins all surrounding boxes and return one boxes that covers all the previous one. Does anyone knows an algorithm to achieve this?

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
cobdmg
  • 49
  • 6

0 Answers0