{"slug": "process-financial-documents-using-amazon-bedrock-data-automation", "title": "Process financial documents using Amazon Bedrock Data Automation", "summary": "Amazon Bedrock Data Automation now enables financial institutions to automate the extraction, validation, and analysis of data from documents such as tax forms, bank statements, and vendor contracts using foundation models that understand document context and recognize relationships between sections. The service offers custom extraction blueprints with visual grounding and confidence scores, providing higher accuracy at lower cost than traditional OCR or standalone foundation models. Financial organizations can use the tool to process thousands of uniquely formatted documents daily while reducing manual workflow creation and improving data validation across multiple sources.", "body_md": "[Artificial Intelligence](https://aws.amazon.com/blogs/machine-learning/)\n\n# Process financial documents using Amazon Bedrock Data Automation\n\nFinancial institutions process thousands of documents daily, including tax forms, loan statements, and purchase orders. Each has a unique format, structure, and field names, making it challenging to create automation workflows using optical character recognition (OCR) software. [Amazon Bedrock Data Automation](https://aws.amazon.com/bedrock/bda/) (BDA) helps solve these challenges by automating the extraction, validation, and analysis of data from financial documents. BDA goes beyond simple OCR by using foundation models that can:\n\n- Understand document context\n- Recognize relationships between different sections\n- Extract structured, actionable data\n- Validate information across multiple sources\n\nWhile foundation models like Anthropic Claude can [extract content](https://docs.anthropic.com/en/docs/build-with-claude/pdf-support) from PDFs, Amazon Bedrock Data Automation offers [custom extractions](https://aws.amazon.com/blogs/machine-learning/scalable-intelligent-document-processing-using-amazon-bedrock-data-automation/) with industry-leading accuracy at a lower cost, along with features such as visual grounding with confidence scores for explainability and built-in hallucination mitigation.\n\nIn this post, we explore how Amazon Bedrock Data Automation can accurately extract information from four common types of financial documents: bank statements, W-2 forms, 1099-B tax forms, and vendor contracts. We highlight the complexity in the documents, detail the custom extraction created in Amazon Bedrock Data Automation, and describe the outcomes of the extraction process.\n\n## Solution overview\n\nAmazon Bedrock Data Automation lets you configure output based on your processing needs using blueprints. A blueprint in Amazon Bedrock Data Automation is a configuration template that defines how data should be extracted from documents. It specifies:\n\n- The document type being processed\n- The data fields to be extracted\n- The validation rules for the extracted data\n- The structure and format of the output\n\nThink of it as a map that tells Amazon Bedrock Data Automation exactly what information to look for and how to process it. When using a blueprint for extraction, you can use a catalog blueprint or a custom created blueprint. A custom blueprint allows organizations to create extraction patterns for their specific needs. In this post, we created custom blueprints and used the BDA console to generate and validate the output.\n\n## How to develop blueprints for 4 types of financial documents\n\nThe following sections walk you through creating custom blueprints for bank statements, W-2 forms, 1099-B forms, and vendor contracts.\n\n### Prerequisites\n\n- Active AWS account with appropriate IAM permissions (\n[sample policy from BDA workshop](https://github.com/aws-samples/sample-document-processing-with-amazon-bedrock-data-automation)) - Model access must be granted (request access through AWS console)\n- Set up Amazon Bedrock Data Automation using the\n[Getting started with Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/getting-started.html)guide - Sample financial documents for testing\n\nIf you are not familiar with how custom blueprints are created, follow the instructions from the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/bda-blueprints-console.html). For our evaluation, we uploaded the documents on the BDA console, refined the AI-generated prompts, and downloaded the results. Typically, a single custom blueprint suffices for a specific document type when extracting consistent fields. However, if workflow requirements vary or document formats change significantly, multiple custom blueprints might need to be created to accommodate these differences. After a blueprint is created, you can use it as a part of the workflow for consistent downstream processing. For the same blueprint, if the input document has different data, then BDA might return slightly different output (for example, some bank statements might have total debits and credits). However, because BDA output is structured JSON, it is straightforward to create appropriate rules based on downstream processing workflows (for example, discard total if the workflow is to categorize individual debit and credit transactions for accounting).\n\nThe following screenshot illustrates the blueprint prompt for one of the document types.\n\nThe next section describes the four documents tried as a part of this project and extraction achieved using custom blueprints based on needs. Output is available in JSON, CSV, and raw data formats, highlighting the solution’s adaptability to diverse integration and reporting needs.\n\n### Financial document types and custom blueprints\n\nAmazon Bedrock Data Automation provides built-in blueprints for common document types including bank statements and W-2 forms. These built-in blueprints offer comprehensive extraction out of the box. In this post, we use custom blueprints to demonstrate how organizations can tailor extraction to their specific workflow requirements. For example, you can extract only transaction data from bank statements for automated accounting, or group W-2 fields into logical structures (federal tax, state tax, code-amount pairs) that align with downstream tax processing systems. Custom blueprints also serve as the approach for document types that don’t have built-in blueprints, such as 1099-B forms and vendor contracts shown later in this post.\n\n**1. Bank Statements** – Documents from banks detailing an account’s financial activity, including deposits, withdrawals, and fees, over a specific period, typically a month.\n\nBank statements present a complex challenge: they contain numerous monthly transactions, often spanning multiple pages, with varying formats and details. In many workflows, the critical task is to precisely capture transaction data, including dates, amounts, descriptions, and reference numbers, which can then feed directly into automated accounting workflows like [categorizing transactions](https://quickbooks.intuit.com/learn-support/en-us/help-article/banking/categorize-match-online-bank-transactions-online/L1bTafTz3_US_en_US) in an accounting ledger. This automated extraction minimizes manual data entry errors and streamlines the reconciliation process. As part of our evaluation process, we selected the following bank statement for a trial of the extraction process:\n\n*Account Statement generated using Amazon Nova Pro Foundational Model*\n\n**Tailored blueprint instructions for Amazon Bedrock Data Automation:**\n\n**Extraction results from table.csv:**\n\nUpon review, we can confirm that the system successfully extracted the transactions accurately.\n\n**2. Form W-2** – Reports income and tax withheld for an individual or a business.\n\nW-2 tax forms present unique extraction challenges because of their standardized yet complex structure. As part of our evaluation process, we used the following W-2 for a trial of the extraction process:\n\n*W2 generated using Amazon Nova Pro Foundational Model*\n\n**Tailored blueprint instructions for Amazon Bedrock Data Automation:**\n\n**Extraction results from result.json:**\n\nUpon review, we can confirm that the system successfully extracted the transactions accurately. Several extraction complexities were specifically verified in the project:\n\n- There is no specific grouping on the form for Federal Tax and State Tax information but they need to be processed together so extraction results should bring them together.\n- In a single Box 12 of W2 there can be up to 26 codes to report certain compensation and benefit amounts. It is important to extract code and value as a pair.\n- Employers can put just about anything in box 14. It helps catch items that don’t have their own dedicated box on the W-2, so these should be grouped separately.\n\n**3. IRS Form 1099-B: Proceeds from Broker and Barter Exchange Transactions** – This tax document tracks:\n\n- Securities trading activity\n- Broker-facilitated transactions\n- Barter exchange participation\n\nAs part of our evaluation process, we used the following 1099-B for a trial of the extraction process:\n\n*1099-B statement generated using Amazon Nova Pro Foundational Model*\n\n**Tailored blueprint instructions for Amazon Bedrock Data Automation:**\n\n**Extraction results from table.csv:**\n\nA significant validation of BDA’s contextual understanding capabilities is that the system accurately identified and extracted ‘TSLA’ as the security descriptor across the stock transactions, even if it appeared as a common descriptor for the transactions. This consistent extraction demonstrates BDA’s ability to maintain contextual accuracy throughout the document processing.\n\n**4. Vendor contract** – This extraction process is applicable to a wide range of vendor contracts. The specific details to be captured need to be tailored to each company’s unique operational workflows and requirements.\n\nAs part of our evaluation process, we selected the following vendor contract for a trial of the extraction process:\n\n**Tailored blueprint instructions for Amazon Bedrock Data Automation:**\n\n**Extraction results from result.json:**\n\nThe system successfully identified and extracted the blueprint-specified elements present within the contract.\n\n## Conclusion\n\nIn this post, we demonstrated how you can use Amazon Bedrock Data Automation to accurately extract key information from financial documents including bank statements, W-2 forms, 1099-B forms, and vendor contracts to automate downstream processing. You learned how to:\n\n- Create custom blueprints for different document types\n- Extract structured data from complex financial documents\n- Validate Amazon Bedrock Data Automation outputs for downstream processing\n\nTo learn more about implementing document processing with Amazon Bedrock, review the [Amazon Bedrock Data Automation documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/bda.html). For production workflows involving sensitive information, follow your organization’s cybersecurity and legal guidelines to verify compliance with all applicable regulations, including but not limited to GDPR in Europe or any other regional or industry-specific requirements.", "url": "https://wpnews.pro/news/process-financial-documents-using-amazon-bedrock-data-automation", "canonical_source": "https://aws.amazon.com/blogs/machine-learning/process-financial-documents-using-amazon-bedrock-data-automation/", "published_at": "2026-05-27 21:28:53+00:00", "updated_at": "2026-05-27 21:42:57.644927+00:00", "lang": "en", "topics": ["artificial-intelligence", "machine-learning", "generative-ai", "natural-language-processing", "ai-tools"], "entities": ["Amazon Bedrock Data Automation", "Amazon Web Services", "Anthropic Claude"], "alternates": {"html": "https://wpnews.pro/news/process-financial-documents-using-amazon-bedrock-data-automation", "markdown": "https://wpnews.pro/news/process-financial-documents-using-amazon-bedrock-data-automation.md", "text": "https://wpnews.pro/news/process-financial-documents-using-amazon-bedrock-data-automation.txt", "jsonld": "https://wpnews.pro/news/process-financial-documents-using-amazon-bedrock-data-automation.jsonld"}}