Skip to content

Commit 2212d2e

Browse files
author
Bob Strahan
committed
Fix typos
1 parent df4d52c commit 2212d2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The solution supports multiple classification approaches that vary by pattern:
1111

1212
### Pattern 1: BDA-Based Classification
1313

14-
- Classification is performed by the BDA (Business Document Analysis) project configuration
14+
- Classification is performed by the BDA (Bedrock Data Automation) project configuration
1515
- Uses BDA blueprints to define classification rules
1616
- Not configurable inside the GenAIIDP solution itself
1717
- Configuration happens at the BDA project level

docs/using-notebooks-with-idp-common.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This guide provides detailed instructions on how to use existing notebooks and c
2525
- [Document Classification](#document-classification)
2626
- [Information Extraction](#information-extraction)
2727
- [Evaluation](#evaluation)
28-
- [Business Document Analysis (BDA)](#business-document-analysis-bda)
28+
- [Bedrock Data Automation (BDA)](#business-document-analysis-bda)
2929
- [Tips and Troubleshooting](#tips-and-troubleshooting)
3030
- [Advanced Topics](#advanced-topics)
3131
- [Working with Custom Models](#working-with-custom-models)
@@ -121,7 +121,7 @@ The IDP Accelerator provides several example notebooks:
121121
| `test_few_shot_extraction.ipynb` | Demonstrates few-shot learning for information extraction |
122122
| `bedrock_client_test.ipynb` | Test notebook for the Bedrock client |
123123
| `bedrock_client_cachepoint_test.ipynb` | Test notebook for the Bedrock client with caching functionality |
124-
| `bda/kie-bda-happy-path.ipynb` | Example using Business Document Analysis (BDA) for key information extraction |
124+
| `bda/kie-bda-happy-path.ipynb` | Example using Bedrock Data Automation (BDA) for key information extraction |
125125

126126
### Running Example Notebooks
127127

@@ -475,9 +475,9 @@ print(f"Evaluation report: {document.evaluation_report_uri}")
475475
print(f"Overall metrics: {document.evaluation_result.overall_metrics}")
476476
```
477477

478-
### Business Document Analysis (BDA)
478+
### Bedrock Data Automation (BDA)
479479

480-
The IDP Common Library provides integration with Amazon Textract's Business Document Analysis (BDA) capabilities, which offers built-in extraction for common business document types like invoices, receipts, and more.
480+
The IDP Common Library provides integration with Amazon Bedrock Data Automation (BDA) capabilities, which offers built-in extraction for common business document types like invoices, receipts, and more.
481481

482482
Example for using BDA for key information extraction:
483483

0 commit comments

Comments
 (0)