The same app (minor changes) used live on stage at OutSystems Developer Days Bengaluru 2025. It’s a simple example of how you can bring AWS AI services into an OutSystems app to automate insurance claims.
With AWS Claims Studio you can:
Everything happens in a single, easy-to-follow screen.
Note:- The Textract functionality has been replaced from "AnalyzeDocument" to "DetectDocumentText" + static values, for forge submission purposes. On stage a custom .NET + Javascript + API workaround was used to populate the key value pairs. This is because the current AmazonTextract connector doesn't have a generic synchronous server call to AnalyzeDocument function. Implementing Async calls (StartDocumentAnalysis and GetDocumentAnalysis) is doable and even better for production, but were overkill (and we were also time bound) for the demo.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)