BoxDetection
BoxDetection copied to clipboard
A Box detection algorithm for any image containing boxes.
 Please see attached image and output is  My aim is to extract each box then read a number from it if it is not empty . Can you...
hi, i need to extract the two red boxe and i would use your code to do it but when i execute it i have a bad result. Down here...
Hi, I encounter a problem where a line is recognized as 2 separate lines, so it gives trouble for the contour recognition. Do you have some suggestions on how can...
Can you please tellme how to extract text using co-ordinates of the rectangular box? I tried varying the kernel length for the same. I run the same code for different...
May seem obvious for somewhat seasoned developers. But cv2 isn't installed by default. A `requirements.txt` with the dependencies would already help a lot in setting up a virtual environment &...