devaljain / Text-Line-Extraction-Using-Seam-Carving

Python implementtion of an Algorithm that computes robust separating seam lines that do not cut through words and line components using energy matrices of the image, which helps to compute individual lines of manuscripts.
4 stars 3 forks source link

Imgcrop function doesn't work #3

Open vanlar-cyber opened 3 years ago

vanlar-cyber commented 3 years ago

When it calls imgcrop function, it doesn't go inside the for-loop function. So it doesn't cut any lines. How do I solve this? len(ys) is 1 And the condition in for-loop is len(ys)-1,

devaljain commented 3 years ago

Hi, Let me check and get back to you asap.

vanlar-cyber commented 3 years ago

Thank you, sir.

On Sat, Jul 31, 2021, 1:16 AM Deval Jain @.***> wrote:

Hi, Let me check and get back to you asap.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/devaljain/Text-Line-Extraction-Using-Seam-Carving/issues/3#issuecomment-890084819, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQKFT2DOKW3NEBH26ODBK3T2LXPJANCNFSM5BBOOUQQ .