Different Results from 6.8.9-9 vs 6.9.9-40
Posted: 2018-04-21T01:10:59-07:00
I am trying to do a convert on an image of a document so that it cleans up the noise and lets the text standout for OCR. I am running ImageMagick version 6.9.9-40 locally and get good results. When I run the same call in a Google Function which uses version 6.8.9-9 I get a totally different result. I am not sure if this is due to the version or something else.
How much of a difference is there when running this command on these two versions?
convert bill.jpg -colorspace gray -lat 60x60-2% -define connected-components:mean-color=true -define connected-components:area-threshold=12 -connected-components 4 -depth 2 -compress Group4 bill-mod.jpg
Thanks.
How much of a difference is there when running this command on these two versions?
convert bill.jpg -colorspace gray -lat 60x60-2% -define connected-components:mean-color=true -define connected-components:area-threshold=12 -connected-components 4 -depth 2 -compress Group4 bill-mod.jpg
Thanks.