convert pdf to text using ocr
$ sudo apt install imagemagick tesseract-ocr$ convert -density 300 input.pdf -depth 8 output.tiff$ tesseract output.tiff out
Last updated
$ sudo apt install imagemagick tesseract-ocr$ convert -density 300 input.pdf -depth 8 output.tiff$ tesseract output.tiff outLast updated