- pdfseparate ../source.pdf page%04d.pdf
- ls *.pdf | awk '1==1 {printf("convert -quality 100 -density 200 %s %s.tif\n",$0,$0)'}
- ls *.tif | gawk '1==1 {printf("tesseract -l eng+ita %s %s.txt pdf \n",$0,$0);}' | sh
- pdfunite *.txt.pdf out.pdf
- pdftotext out.pdf out.txt
Untitled
Posted by Anonymous on Sat 2nd Jun 2018 19:01
raw | new post
view followups (newest first): Untitled by Anonymous
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.