Remove continuous curved line

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
evilkid
Posts: 2
Joined: 2017-10-15T14:25:51-07:00
Authentication code: 1151

Remove continuous curved line

Post by evilkid »

Hello,

Is it possible to remove a continuous curved line using Image Magick that crosses a text?
however, the line height is always fixed to 2px (and 2 other pixels for shaddow).

Here is a sample text: Image
I have tried: convert capito.png -negate -morphology erode octagon:4 -negate -threshold 70% b.png
and other samples on the net, but none worked.

Thank you.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Remove continuous curved line

Post by fmw42 »

Most people here will not help to break captchas. Nevertheless, I do not think it would be easy to remove the curved line, especially if it is a randomly placed or randomly shaped curve.
evilkid
Posts: 2
Joined: 2017-10-15T14:25:51-07:00
Authentication code: 1151

Re: Remove continuous curved line

Post by evilkid »

Ok so there is no way to detect a continuous border that is 2px height?
Post Reply