Hello Android users, I am using my first android (Sony Ericsson xperia x10 mini) for last couple of months. I have a strong desire to root my android as usual every android user (Techi). There is a lot of software for device root out there but all are for windows. But I am a GNU/Linux…
Date Archives
October 2012
Extract Text From PDFs (Including Scan Copy) – Ubuntu way
To extract all text from PDFs (including text in images/Scan copy), we can use a combination of Ghostscript and a command line OCR tool called tesseract-ocr. First we need to convert our PDF to individual image files (TIFF) so we can then OCR-scan them again. We need Ghostscript for that. It’s probably already installed on…