Alfresco Content Services 7.3 - TEngine Config parameters

cancel
Showing results for 
Search instead for 
Did you mean: 
PierreLemaigre
Member II

Alfresco Content Services 7.3 - TEngine Config parameters

Hello,

I'm currently trying to develop and deploy a custom metadata extractor using the 3 T Engine Alfresco Library.

My code is relying on transformOptions, but I have trouble to pass those parameters when I want to create a document on Alfresco using the Rest API. Is there a trivial way to do it, or is it actually impossible?

My versions are : [ACS 7.3, ATS 3.1].

Pierre L.

3 Replies
PierreLemaigre
Member II

Re: Alfresco Content Services 7.3 - TEngine Config parameters

After investigations on my own, you simply can't.

angelborroy
Alfresco Employee

Re: Alfresco Content Services 7.3 - TEngine Config parameters

Not sure if you are trying to achieve something like this:

https://github.com/aborroy/alf-tengine-ocr

OCR Layer is inserted in embed-metadata phase.

Hyland Developer Evangelist
PierreLemaigre
Member II

Re: Alfresco Content Services 7.3 - TEngine Config parameters

Hello,

First thank you for the reply on my post.

I read your github repository and couldn't find something related to my problem. So I think my question is not well explained :

- My main goal is to extract various metadata using the provided and advised way which is extending the java class AbstractMetadataExtractorEmbedder in a standalone spring project.

- The actual process, is when the main application upload a file on alfresco content service, we use the node creation api endpoint. I have trouble to pass (using this endpoint) transformOptions to ACS, which will pass them to my extractor. Is their a way (using another endpoint for example) to trigger metadata extractions using ACS API, and pass transform options? Another technical aspect is that we cannot install alfresco share on our solution (technical restrictions) and I have only the ACS API to work with.

Have you some insights or tips on this matter?

Thankfully,

Pierre