[tesseract-ocr] Re: Image pre-processing for good OCR results

2015-01-09 Thread Cameron Christiansen
I know I'm a bit late to the party, but I came across this and thought I should post my approach to this problem. I published a paper on it and it can be found at: Christiansen, Cameron S., and William A. Barrett. "Data acquisition from cemetery headstones." IS&T/SPIE Electronic Imaging. Intern

Re: Image pre-processing for good OCR results

2011-02-23 Thread TP
On Sun, Feb 20, 2011 at 6:02 PM, Jon Andersen wrote: > Hi, > My project at http://RecordAGrave.com is about recording headstones from > graves and posting the text and images on the Net so that people can > research their family history.  I would appreciate some advice on how to > pre-process thes

RE: Image pre-processing for good OCR results

2011-02-22 Thread Cong Nguyen
Dear Jon, Beginning for analyzing; I try also to detect lines, corners; but results are not good. I think due to images are low contrast. Please try to analyze with some data line profiles: ROI-left-profile: https://picasaweb.google.com/congnguyenba/TesseractBasedOCR#5576706091073985 3

RE: Image pre-processing for good OCR results

2011-02-22 Thread Cong Nguyen
: Re: Image pre-processing for good OCR results Hello, A few comments from my side, sorry for being disordered, but I have not much time right now. In OpenCV you can use thresholding with the Otsu algorithm, it's not documented in the documentation of the threshold function, but the paramet

Re: Image pre-processing for good OCR results

2011-02-22 Thread Jon Andersen
Message- > From: Jon Andersen [mailto:jande...@gmail.com] > Sent: Monday, February 21, 2011 23:42 > To: Vicky Budhiraja > Subject: Re: Image pre-processing for good OCR results > > Vicky, > > Thank you so much for responding! I appreciate your help with this > proje

Re: Image pre-processing for good OCR results

2011-02-22 Thread Andres
Hello, A few comments from my side, sorry for being disordered, but I have not much time right now. In OpenCV you can use thresholding with the Otsu algorithm, it’s not documented in the documentation of the threshold function, but the parameter is CV_THRESH_OTSU. Otsu thresholding involves the

Re: Image pre-processing for good OCR results

2011-02-22 Thread Tom Morris
On Feb 20, 9:02 pm, Jon Andersen wrote: > My project athttp://RecordAGrave.comis about recording headstones from > graves and posting the text and images on the Net so that people can > research their family history.  I would appreciate some advice on how to > pre-process these headstone images t

Re: Image pre-processing for good OCR results

2011-02-21 Thread Dmitry Silaev
Jon, You will certainly need to implement mostly the steps that Cong Nguyen suggests. However complications arise if you wish to do pre-processing in a pure automatic way. You are going to precess real photographic images, and therefore fonts, backgrounds, lighting conditions, etc. differ much. An

Re: Image pre-processing for good OCR results

2011-02-21 Thread Kip Hughes
; > > > > *From:* tesseract-ocr@googlegroups.com [mailto: > tesseract-ocr@googlegroups.com] *On Behalf Of *Kip Hughes > *Sent:* Monday, February 21, 2011 10:00 > *To:* tesseract-ocr@googlegroups.com > *Subject:* Re: Image pre-processing for good OCR results > > > &g

RE: Image pre-processing for good OCR results

2011-02-21 Thread Vicky Budhiraja
groups.com] > On Behalf Of Jon Andersen > Sent: Monday, February 21, 2011 07:32 > To: tesseract-ocr@googlegroups.com > Subject: Image pre-processing for good OCR results > > > > Hi, > > > > My project at http://RecordAGrave.com is about recording headstones from > gr

RE: Image pre-processing for good OCR results

2011-02-21 Thread Cong Nguyen
-processing for good OCR results Whoops, sorry - links were broken for a bit. I just fixed the image links, they should work now. Thanks!! -Jon -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to

RE: Image pre-processing for good OCR results

2011-02-21 Thread Vicky Budhiraja
Kip Hughes Sent: Monday, February 21, 2011 10:00 To: tesseract-ocr@googlegroups.com Subject: Re: Image pre-processing for good OCR results Hi Vicky, I have an interest in theology and just wanted to know which of the god(s) are you "god fearing" of? In my experience, the phrase "g

Re: Image pre-processing for good OCR results

2011-02-21 Thread Kip Hughes
gt; > > *From:* tesseract-ocr@googlegroups.com [mailto: > tesseract-ocr@googlegroups.com] *On Behalf Of *Jon Andersen > *Sent:* Monday, February 21, 2011 07:32 > *To:* tesseract-ocr@googlegroups.com > *Subject:* Image pre-processing for good OCR results > > > > Hi, >

Re: Image pre-processing for good OCR results

2011-02-21 Thread Jon Andersen
Whoops, sorry - links were broken for a bit. I just fixed the image links, they should work now. Thanks!! -Jon -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com. To unsubscri

Re: Image pre-processing for good OCR results

2011-02-20 Thread Dmitry Silaev
Jon, I don't know if it's intended but all your links to images report "We're sorry. The page you tried to access is not available". In that way nothing can be advised on your issue... Warm regards, Dmitry Silaev On Mon, Feb 21, 2011 at 5:02 AM, Jon Andersen wrote: > Hi, > My project at htt

RE: Image pre-processing for good OCR results

2011-02-20 Thread Vicky Budhiraja
you need any type of help! Best Regards, Vicky From: tesseract-ocr@googlegroups.com [mailto:tesseract-ocr@googlegroups.com] On Behalf Of Jon Andersen Sent: Monday, February 21, 2011 07:32 To: tesseract-ocr@googlegroups.com Subject: Image pre-processing for good OCR results Hi

Image pre-processing for good OCR results

2011-02-20 Thread Jon Andersen
Hi, My project at http://RecordAGrave.com is about recording headstones from graves and posting the text and images on the Net so that people can research their family history. I would appreciate some advice on how to pre-process these headstone images to get the best results from Tesseract O