Am trying to perform OCR on some PDFs, I use image magic to convert PDF to image yet, when I apply tesseract some of the values are miss-interpreted.
on the other hand, converting the same PDF using online tools produces images which outputs correct values when applying tesseract. Is there any recommeneded params to use while converting to image ? the below are the ones am currently using *pdfConvDensity = "-density"* *densityVal = "300"* *setO, setOCoSp, setOCo, setOSeperate, setOAvg = "-set", "colorspace", "Gray", "-separate", "-average"* *quality = '-quality'* *qualityVal = '100'* *depth = '-depth'* *depthVal = '2'* *antialias = '-antialias'* -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/880a6ced-d73c-459d-8cd9-66c3874aecb9%40googlegroups.com.

