Disable auto extract metadata from pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 09:11 AM
I am exploring docker base alfresco version 7.2.0
I found link which will generate setup for alfresco.
https://github.com/Alfresco/alfresco-docker-installer.
I want to disable auto extract metadata from pdf. How Can I disable?
I tried below property but not working.
# pdfs extracter.PDFBox.enabled=false # office types extracter.Office.doc.enabled=false extracter.Office.xls.enabled=false extracter.Office.ppt.enabled=false # images (no exif aspect) extracter.TikaAuto.enabled=false # docx,xlsx,pptx extracter.Poi.enabled=false
I think extraction functionality is moved to transformation service.
- Labels:
-
Alfresco Content Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 03:55 PM
Hi Sanjay,
Any luck on this?
I have a issue wiht my Alfresco 7.3.0 where the metadata extraction is not happening and also the thumbnails are not getting generated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 05:01 AM
I think that now you should override the engine_config.json inside the Transform Core AIO or in the specific transform service you are currently deploying in your Alfresco installation.
Here you have an example of how you can override the default configuration provided by the Alfresco Transform Service:
https://github.com/aborroy/alfresco-transform-service-3.0.0
Hope this helps
