-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: AI Nuxeo Services
-
Tags:
Given the plugins:
- nuxeo-ai-core
- nuxeo-ai-aws
Given the config:
nuxeo.enrichment.aws.images=true nuxeo.enrichment.save.facets=true
I upload an image that contains text. When the enrichment is complete there is no enrichment data available in `enrichment:items` for the `aws.textDetection` model. E.g. I end up with:
"model": "aws.textDetection", "suggestions": []
The enrichment data is available in the BLOB fields (e.g. item.normalized.data, item.raw.data) so I know that the AWS call is working correctly. But this BLOB data is not convenient to work with in Automation.
- is related to
-
AICORE-629 Text Detection Normalization Should Include "Type"
- Open