So Tesseract binarizes the grayscale images before processing them.
Ok, so who would you assume does a better job, imagemagick or
tesseract? I don't really have the data to test this.
On Apr 4, 10:58 am, Hussein <
al_om...@hotmail.com> wrote:
> It depends on who does better binarization (thresholding) from grayscale (8 bpp) to binary (1 bpp); if your preprocessing does a better job than tesseract, then do it; if tesseract does a better job then pass it as a grayscale. You can decide that by simple tests of both cases.
>
> I myself never want a client to pass me binarized images (1 bpp) in any image processor application (OCR, 2D Barcode, image detection, etc) because I lose a lot of information and I have to build on their mistakes if I accept their binairzed images.
>
> Hussein Al-Hussein
>
>
>
> > Date: Fri, 4 Apr 2008 07:38:46 -0700> Subject: 1 Bit or Grayscale?> From:
NAp...@gmail.com> To:
tesser...@googlegroups.com> > > I tried to OCR a color TIFF with Tesseract but it didn't work. I> resampled it to grayscale using imagemagick and that works as does> resampling it to 1bpp. What will provide better results for color> images, converting them to grayscale or to black and white (1 bit per> pixel)?> >- Hide quoted text -
>
> - Show quoted text -