You need further Support?
Join us @ the ABBYY OCR Linux Google Group
http://groups.google.com/group/abbyy-ocr-for-linux
No, ABBYY CLI OCR V9 will not work with V8 serial numbers, because it is based on a different FineReader Engine (more about ABBYY's OCR SDKs). If you wan to test V9, just request a Trial.
Well, it depends
ABBYY CLI OCR for Linux 9 can be reinstalled on one and the same computer an unlimited number of times without reactivation. However, if you make major system upgrades, e.g. format your hard drive, or reinstall the operating system, an additional activation may be required.
Theoretically yes, but in reality the internal protection scheme restricts that.
So virtual machines are not allowed to run the CLI OCR. It has to be used on a real, physical machine.
Why? - Yes, ABBYY is concerned about piracy.
Note: If you plan to use ABBYY CLI OCR in visualised company server environments, then please contact ABBYY and we will try to find a solution.
Please be aware that a 12K pages per year license is not considered as “critical” for a server scenario - it is less than 33 pages per day
Important: If “normal” users can not use the CLI, please check the user rights and test chmod 755 /var/lib/frengine9/.elf
Right after installation you were shown how to check you license settings:
rm –f –R <installation folder> rm –f /usr/local/bin/abbyyocr The command pattern I used is:
abbyyocr9 -rl German English -if ./input.pdf -f Text -tet UTF8 -of ./
output.txt
Please see below my results:
Result: Parallel processing of 214-page and 213-page PDFs takes ca 50% of the over all of the processing time
To start parallel processing, you should used the following command:
abbyyocr9 -rl German English -if ./Part1.pdf -f Text -tet UTF8 -of ./
Part1.txt & abbyyocr9 -rl German English -if ./Part2.pdf -f Text -tet
UTF8 -of ./Part2.txt
As you can see, the results show that total processing time is almost two times smaller in comparison with sequential processing of the entire 427-page PDF if you process both halves of this document in parallel on two cores.
… more to come
Back to: General Feature Overview – Pricing - FineReader Engine 9.0 CLI for Linux