Search found 4 matches

by nicholas9950
2015-05-10T23:25:06-07:00
Forum: Users
Topic: Improve image for Tesseract OCR
Replies: 2
Views: 3124

Re: Improve image for Tesseract OCR

What version of IM and what platform? You should always provide that information! If you are on Linux/Mac OSX or Windows with Cygwin, see my unix shell script, textcleaner, at the link below sorry sir. the OS is windows Version: ImageMagick 6.9.0-0 Q16 x86_64 2015-02-11 I need the raw convert ...
by nicholas9950
2015-05-10T09:08:53-07:00
Forum: Users
Topic: Remove background and only show Digit
Replies: 1
Views: 2452

Re: Remove background and only show Digit

I had tried

Code: Select all

-density 288 -depth 8 -monochrome -resize 2000x1500 -extent 2000x1500 -level 20x100% -lat 60x60-5% -morphology close disk:1.5
and obtain an image as below. I want to make the background black, only showing the text.

Image
by nicholas9950
2015-05-10T04:23:37-07:00
Forum: Users
Topic: Remove background and only show Digit
Replies: 1
Views: 2452

Remove background and only show Digit

Hi I need help to process the image below. I want the image to be processed to show Digit only as i need it to be read by Tesseract OCR. Is it possible? As long the number can be read any method is fine. i had tried alot of method but the reading was not accurate. Please help OS: Window 8 Version ...
by nicholas9950
2015-04-14T19:34:12-07:00
Forum: Users
Topic: Improve image for Tesseract OCR
Replies: 2
Views: 3124

Improve image for Tesseract OCR

Hi I am trying to use ImageMagick to improve the quality of image to be read by Tesseract OCR. I am trying to blur the image background but improve the text so that the OCR can read the text easily. Do you guys have any idea how to do it? The image is as below: http://s21.postimg.org/eweq72viu ...