cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the text extracted by the FulltextExtractorWork in my listener ?

Benjamin_JALON
Confirmed Champ
Confirmed Champ

Is there a smart solution to get the full text extracted from the FulltextExtractorWork and be sure that my listener is executed after ?

The solution I have now is to fork the code and regenerate the full text extraction.

1 ACCEPTED ANSWER

Not applicable

If you are using 10.3 or later then the text is available as a property on the binaryTextUpdated event. More details are in the release notes.

View answer in original post

3 REPLIES 3

Not applicable

If you are using 10.3 or later then the text is available as a property on the binaryTextUpdated event. More details are in the release notes.

Great thanks. Does it means that all your AI computations should be done next to the document creation. I mean, for bulk import we used to manage import, the listeners disabled and after executing listener computations. In your case you choose to not disabled your listener, right ?

Not applicable

You are right, the listeners aren't disabled. You can turn them off/on via nuxeo.conf.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.