I hereby claim:
- I am jburon on github.
- I am jburon_silabs (https://keybase.io/jburon_silabs) on keybase.
- I have a public key ASDiKQrcbLlqB6oHDVNYK8EHxQw9sZvlYWIS0UyD3Uk5WQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Take a PDF, OCR it, and add OCR Text as background layer to original PDF to make it searchable. | |
| # Hacked together using tips from these websites: | |
| # http://www.jlaundry.com/2012/ocr-a-scanned-pdf-with-tesseract/ | |
| # http://askubuntu.com/questions/27097/how-to-print-a-regular-file-to-pdf-from-command-line | |
| # Dependencies: pdftk, tesseract, imagemagick, hocr2pdf | |
| cp $1 $1.bak | |
| pdftk $1 burst output tesspage_%02d.pdf |
I hereby claim:
To claim this, I am signing this object: