Search found 5 matches

by stevenp
2012-06-21T19:13:31-07:00
Forum: Users
Topic: Converting to Monochrome
Replies: 9
Views: 48496

Re: Converting to Monochrome

Solved by saving as pgm file - it is supported in gocr
Thanks for the Help!
by stevenp
2012-06-21T18:54:17-07:00
Forum: Users
Topic: Converting to Monochrome
Replies: 9
Views: 48496

Re: Converting to Monochrome

it's because the image is still 24bit
I have tried -depth 2, but the pcx still remain at 24 bits per pixel

So now the question is how to save a 1-bit per pixel pcx file?
Thanks!
by stevenp
2012-06-21T18:49:28-07:00
Forum: Users
Topic: Converting to Monochrome
Replies: 9
Views: 48496

Re: Converting to Monochrome

However, there's everything fine when viewing in some viewer, like ACDSee: http://img689.imageshack.us/img689/9257/acdsee.png it's because the image is still 24bit I have tried -depth 2, but the pcx still remain at 24 bits per pixel So now the question is how to save a 1-bit per pixel pcx file ...
by stevenp
2012-06-21T18:47:29-07:00
Forum: Users
Topic: Converting to Monochrome
Replies: 9
Views: 48496

Re: Converting to Monochrome

thanks it was really easy to deploy resultNN.pcx with a batch file and check results with another one -colorspace gray -auto-level -threshold 50% result.pcx the threshold 64% gived the near-identical result, but gocr still didn't recognized nothing, so it's probable a gocr fault or something wrong ...
by stevenp
2012-06-21T17:19:57-07:00
Forum: Users
Topic: Converting to Monochrome
Replies: 9
Views: 48496

Converting to Monochrome

I have a need to use gocr and to improve it's recognition I have to convert an image to Black & White. the source image: http://img513.imageshack.us/img513/9922/sourcem.png opened and saved as "Monochrome Bitmap" in Windows 7 x64 Paint http://img846.imageshack.us/img846/8516/paintxv.png and gocr ...