Re: [tesseract-ocr] Help with recognition please

2024-10-08 Thread Pankaj Duggal
Hi Did you try this trick ?? On Tue, 8 Oct 2024, 20:42 Art Rhyno, wrote: > You could try resizing the image, with imagemagick, something like: > > > > convert test.bmp -resize 200% test.png > > > > That seems to be enough to separate out the “N” and the “/”. > > > > art > > > > *From:* tesserac

Re: [tesseract-ocr] Help with recognition please

2024-10-08 Thread Will Fetherolf
I'll look into that. I've got code in my automation system that blows up the image, but it's not doing any kind of smoothing. I might have to code up a "nicer" image blowup function. On Tuesday, October 8, 2024 at 10:12:51 AM UTC-5 Art Rhyno wrote: > You could try resizing the image, with ima

RE: [tesseract-ocr] Help with recognition please

2024-10-08 Thread Art Rhyno
You could try resizing the image, with imagemagick, something like: convert test.bmp -resize 200% test.png That seems to be enough to separate out the "N" and the "/". art From: tesseract-ocr@googlegroups.com On Behalf Of Will Fetherolf Sent: Monday, October 7, 2024 9:33 PM To: tesseract-ocr