I am using Ubuntu 14.04. I have a pdf statement and want to convert it to an excel file format. Is there any OCR engine/software that can accomplish this task? Can someone please advise.
21 Answer
One possible solution is to open the pdf file with PDFedit, then save the file as text file.
If you want to install the PDFedit just type in a terminal the following.
$ sudo apt-get update
$ sudo apt-get install pdfeditYou can then import the text file into OpenOffice.org (or LibreOffice) Calc etc and save the resulting spreadsheet in the desired format (eg. ods, xls etc).
To import the text file into Calc, open the Text Import dialog box via the Insert, Sheet from File menu. Then choose either "Fixed width" or the "Separated by" options as appropriate for your data. Note that if you use the "Fixed width" option you can set each column width via the "Fields" preview of the box.