Dear Ruben,
On 11/20/2012 03:37 AM, Ruben Bahntje wrote:
I am trying to get a plugin for Nuxeo that requieres
the content_in_doc
binary from Olena/Scribbo , but I can get it.
Is there any tutorial to get this file? Some time ago I get this working
in an Oracle Linux enviroment, now I need this to be executed in an
Ubuntu server, but I am missing something
Any help?
Olena is now available as Ubuntu packages for Ubuntu 12.x (x86 and amd64).
You need to add Olena's repository:
sudo add-apt-repository ppa:olena/ppa
Then update your package list:
sudo apt-get update
And finally install Olena:
sudo apt-get install olena
'content_in_doc' binary is installed in /usr/lib/scribo/
We also invite you to try the other tools installed with these packages:
- scribo-cli: A command line interface exposing a set of tools
(including content_in_doc) for document images processing.
- scribo-viewer: A graphical user interface to perform document analysis
and reconstruct a document image in PDF or HTML.
Regards,
Guillaume