tballison commented on PR #3118:
URL: https://github.com/apache/tika/pull/3118#issuecomment-5518540334
Can we filter on type and mime?
```
"thumbnail": {
"standard-unpack-selector": {
"includeEmbeddedResourceTypes": ["THUMBNAIL", "RENDERING"],
"excludeMimeTypes": ["image/emf", "image/x-emf", "image/wmf",
"image/x-wmf"]
},
"... renderer/enricher config ..."
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]