Skip to content

Commit 7ec9444

Browse files
author
Bob Strahan
committed
Fix image paths in pattern documentation
1 parent 8a09eb2 commit 7ec9444

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/pattern-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT-0
55

66
This pattern implements an intelligent document processing workflow using Amazon Bedrock Data Automation (BDA) for orchestrating ML-powered document processing tasks. It leverages BDA's ability to extract insights from documents using pre-configured templates and workflows.
77

8-
<img src="../../images/IDP-Pattern1-BDA.drawio.png" alt="Architecture" width="800">
8+
<img src="../images/IDP-Pattern1-BDA.drawio.png" alt="Architecture" width="800">
99

1010
## Table of Contents
1111

docs/pattern-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT-0
55

66
This pattern implements an intelligent document processing workflow that uses Amazon Bedrock with Nova or Claude models for both page classification/grouping and information extraction.
77

8-
<img src="../../images/IDP-Pattern2-Bedrock.drawio.png" alt="Architecture" width="800">
8+
<img src="../images/IDP-Pattern2-Bedrock.drawio.png" alt="Architecture" width="800">
99

1010
## Table of Contents
1111

docs/pattern-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT-0
55

66
This pattern implements an intelligent document processing workflow that uses UDOP (Unified Document Processing) for page classification and grouping, followed by Claude for information extraction.
77

8-
<img src="../../images/IDP-Pattern3-UDOP.drawio.png" alt="Architecture" width="800">
8+
<img src="../images/IDP-Pattern3-UDOP.drawio.png" alt="Architecture" width="800">
99

1010

1111
## Table of Contents

0 commit comments

Comments
 (0)