Sun Finance automates ID extraction and fraud detection with generative AI on AWS

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure · Depth: Intermediate, long

Summary

Sun Finance, a Latvian fintech operating across nine countries, partnered with the AWS Generative AI Innovation Center to automate identity document (ID) extraction and fraud detection. Facing a 60% manual review rate for 80,000 monthly microloan applications, primarily due to OCR errors and fraud, the company sought a new solution. Within 35 business days of technical handover, a new pipeline leveraging Amazon Bedrock (Claude Sonnet 4, Titan Multimodal Embeddings), Amazon Textract, and Amazon Rekognition was live. This solution improved ID extraction accuracy from 79.7% to 90.8%, reduced per-document costs by 91%, and cut processing time from up to 20 hours to under 5 seconds. The fraud detection system achieved 81% accuracy, combining visual pattern detection and background similarity analysis.

Key takeaway

For AI Engineers building document processing or fraud detection systems, prioritize a multi-component architecture. Your team should combine specialized OCR services like Amazon Textract with LLMs for structuring to overcome PII limitations and improve accuracy. Implement parallel fraud detection methods, such as visual analysis and vector similarity search, to enhance overall detection rates and processing speed. This approach can drastically reduce manual review and operational costs.

Key insights

Combining specialized OCR with LLM structuring significantly enhances ID extraction accuracy and efficiency.

Principles

Method

The ID extraction pipeline uses Amazon Textract for primary OCR, Amazon Rekognition as a fallback, and Claude Sonnet 4 via Amazon Bedrock for structuring and validation. Fraud detection runs visual pattern analysis and background similarity search in parallel.

In practice

Topics

Best for: AI Engineer, MLOps Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.