brother, why is there extra space in the bounding boxes before and after the end of each line. The bounding boxes are not exactly at the start of the line and the end of the line
just like how i displayed one single word at the end, you can display separate lines using sorted_contour_lines and use cv2.imsave command to save the lines.
hi, how do I go into character segmentation level?
thank you this helped me a lot
brother, why is there extra space in the bounding boxes before and after the end of each line. The bounding boxes are not exactly at the start of the line and the end of the line
because the boxes are drawn on dilation operation
@@ComputerVisionPro so i should have another operation after dilation for the bounding boxes to be accurately at the start and end of each line?
After segmentation of line how can i save the segmented line into another file ??
by using cv2.imwrite
After segmentation of line how can i save each and every line sir ??
just like how i displayed one single word at the end, you can display separate lines using sorted_contour_lines and use cv2.imsave command to save the lines.
@@ComputerVisionPro It will be very helpful if you kindly share the code
@@ComputerVisionPro Please share the code. It will help a lot
@@ComputerVisionPro Please help to save each and every line. It would be better if you kindly send a code
@@ComputerVisionProplease response
The link of reference doesn't work
i tested it, it works !
bro how can i count the number of words and number of lines?
by using len of contour words and contour lines
not in order bro
what should in order ?
Text Picture.
Eg.
My name is Abdullah => is my Abdullah name
hi, did u try to sort it according to the position of the contours, as shown?
I just copy paste from your github
p̶r̶o̶m̶o̶s̶m̶