Re: [tesseract-ocr] Re: Trying to understand why Tesseract-ocr fails on some images

2023-07-28 Thread astro
Still playing around with improving Tesseract-OCR 's results.  One more data point. As mentioned in my previous post, I found that if there is a dark border at the top of the cropped image the OCR works much better. With that in mine, I decided to add my own 25 pixel black border to the top

Re: [tesseract-ocr] Re: Trying to understand why Tesseract-ocr fails on some images

2023-07-27 Thread astro
HI Tom.     Yup I'm aware of the Exif tools unfortunately these images are not directly off the ssd card and have been modifies some how losing the time stamp for the images. Cheers  Nor On 7/27/2023 12:19 PM, Tom Morris wrote: Instead of playing with OCR, why not just extract the date and

Fwd: [tesseract-ocr] App to adjust imgage scaling

2023-07-24 Thread astro
Here is the resend for the group. Cheers  Nor Forwarded Message Subject:Re: [tesseract-ocr] App to adjust imgage scaling Date: Fri, 21 Jul 2023 12:45:21 -0400 From: astro To: Ger Hobbelt Hi Ger,  The images I'm scanning are trail camera images that have

Re: [tesseract-ocr] Tesseract-ocr in quiet mode

2023-07-23 Thread astro
HI,  Just found the solution. Here is a code snippet in case anyone is interested. |Dim p as New ProcessStartInfo(@"command", args) p.WindowStyle = ProcessWindowStyle.Hidden p.CreateNoWindow = true Process.Start(p) Cheers Nor | On 7/23/2023 10:13 AM, astro wrote: Hi Zde

Re: [tesseract-ocr] Tesseract-ocr in quiet mode

2023-07-23 Thread astro
Hi Zdenko THanks for that reply. I wasn't sure if that was the case or not. Guess I just have to live with it. Cheers  NOr On 7/23/2023 10:01 AM, Zdenko Podobny wrote: It is not a tesseract problem but the VB. Prove for this you can find in pytesseract that call tesseract executable without