05-15-2023 10:56 AM
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.
05-24-2023 09:10 AM
After investigations on my own, you simply can't.
05-24-2023 09:48 AM
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.
05-30-2023 04:38 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.