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:
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.
Remove continuous curved line
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Remove continuous curved line
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.
Re: Remove continuous curved line
Ok so there is no way to detect a continuous border that is 2px height?