convert pdf to text using ocr
make sure you have imagemagick and tesseract are installed
It's a 2 step process:
Convert PDF to .tiff using
convert
from imagemagickconvert .tiff to text using
tesseract
generate
out.txt
Last updated
make sure you have imagemagick and tesseract are installed
It's a 2 step process:
Convert PDF to .tiff using convert
from imagemagick
convert .tiff to text using tesseract
generate out.txt
Last updated