Closed ricardobrg closed 8 months ago
this value (the cleaned json):
{
...
"Type": {
"Confidence": 92.48912,
"Text": "PRODUCT_CODE"
},
"ValueDetection": {
"Confidence": 92.48831,
"Text": "020108870398"
}
...
}
should become this:
{
...
"PRODUCT_CODE": {
"confidenceKey": 92.48912,
"confidenceValye": 92.48831 ,
"value": "020108870398"
}
...
}
replaced by #6
Reason
The extracted text needs to be transformed to be published
Description
Create a function that will be triggered after amazon textract data extraction. It should get the text file and transform it into structured data that can be published to TIKI ingestion service.
Success Criteria
Additional Information
No response