Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkovacs/pdfocr
Adds text to PDF files using the cuneiform OCR software
https://github.com/gkovacs/pdfocr
ocr pdf ruby
Last synced: 4 days ago
JSON representation
Adds text to PDF files using the cuneiform OCR software
- Host: GitHub
- URL: https://github.com/gkovacs/pdfocr
- Owner: gkovacs
- License: mit
- Created: 2010-04-16T06:20:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T23:51:27.000Z (almost 4 years ago)
- Last Synced: 2024-12-16T14:50:44.307Z (11 days ago)
- Topics: ocr, pdf, ruby
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 325
- Watchers: 19
- Forks: 49
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pdfocr
pdfocr adds an OCR text layer to scanned PDF files, allowing them to be searched. It currently depends on Ruby 1.8.7 or above, and uses ocropus, cuneiform, or tesseract for performing OCR.
## Using
To use, run:
pdfocr -i input.pdf -o output.pdf
For more details, see the manpage.
## Dependencies
pdfocr requires tesseract and hocr2pdf. These can be provided by installing the packages tesseract-ocr, tesseract-ocr-eng (or other languages you need), and exactimage from your distribution.
## Credits
pdfocr was written by [Geza Kovacs](http://github.com/gkovacs)
pdfocr is hosted at http://github.com/gkovacs/pdfocr
Christian Pietsch added tesseract support.