OCR (optical character recognition) is a powerful (although imperfect) tool for getting data out of scanned images and documents. As it turns out, it’s possible to do in Linux from the command line without too much trouble. The main tool you will need is tesseract . You can install it with this command: sudo apt …read more…
