Can Nuxeo integrate totally Ephesoft as a native Capture feed?

If you run your own application I know you can integrate Ephesoft and Nuxeo using CMIS, but, is there any way to configure Nuxeo so that every time a document is uploaded inside certain folder to run Ephesoft and analyze it?

0 votes

1 answers

2176 views

ANSWER



It would be possible to write a Core Event listener that reacts to the document creation and update events to ping the Ephesoft service to tell it which document are to be OCR'ed.

Alternatively the Ephesoft service can poll the CMIS changelog service of the Nuxeo repository to know which document are to be OCR'ed every 10min for instance.

I am not familiar with Ephesoft so I cannot say which method is the most simple to setup.

0 votes