Tag: python

22 Jul

PyPDFOCR - A Python Script for Free OCR on Your PDFs using Tesseract

skip_better dictionary

Updates:

  • Anytime - Get the latest updates on PyPDFOCR
  • 10/28/13 - Adds uploading to Evernote notebooks based on keywords!
  • 10/25/13 - Supports filing to directories based on keyword search
  • 10/22/13 - Now on PyPI, so you can just do "pip install pypdfocr"! (For windows, I still recommend downloading …

20 Apr

Python auto sort of OCR'ed PDFs

I'd previously written about how I was using a Fujitsu ScanSnap 1500 to reduce paper clutter and move to a paperless workflow at home.  So far, this system has been working great for me, with every scanned document getting OCR'ed and uploaded to my default Evernote notebook as a searchable …


02 Nov

Class-based decorators in Python

I recently started using decorators in python (2.7) to clean up some existing code, and one big hurdle I had to surmount was the dearth of accurate information on using class-based decorators. The few examples I found were quite buggy, and it seemed that most people did not use …

© Virantha Ekanayake. Built using Pelican. Modified svbhack theme, based on theme by Carey Metcalfe