I convert pdf to tiff image with image magick, from 500kb to 4.6mb filesize.
The problem is result of that convertion in tiff image not good. Some text hard to read.
this is my simple command in cli
convert \
pph.pdf \
pph-psd.tiff
why is this happend and how to convert pdf scanned image to high resolution tiff with best for ocr?