This is the pdf page. http://mo-de.net/d/out.pdf
This is what I have tried.
Convert the pdf page to an image.
Code: Select all
convert -density 200 –antialias -sharpen 0x3.0 -colorspace GRAY out.pdf t5.png
Code: Select all
convert -fuzz 30% -fill "#ffffff" -opaque "#f2f2f2" t5.png t6.png
Code: Select all
tesseract t6.png o5 -l eng
My FAILED attempt.
Code: Select all
convert -density 200 –antialias -sharpen 0x3.0 -colorspace GRAY out.pdf - | convert -fuzz 30% -fill "#ffffff" -opaque "#f2f2f2" - - t5.png