You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unified architecture supports two processing modes, controlled by the `use_bda` configuration flag:
164
+
165
+
1.**BDA Mode** (formerly Pattern 1)
165
166
- Uses AWS Bedrock Data Automation for end-to-end processing
166
167
- Handles packet or media documents with integrated OCR, classification, and extraction
167
-
- Location: `patterns/pattern-1/`
168
168
169
-
2.**Pattern 2: Textract + Bedrock**
169
+
2.**Pipeline Mode** (formerly Pattern 2)
170
170
- OCR with Amazon Textract
171
171
- Classification with Bedrock (page-level or holistic)
172
172
- Extraction with Bedrock
173
173
- Supports few-shot examples
174
-
- Location: `patterns/pattern-2/`
175
174
176
-
3.**Pattern 3: Textract + UDOP + Bedrock**
177
-
- OCR with Amazon Textract
178
-
- Classification with UDOP model on SageMaker
179
-
- Extraction with Bedrock
175
+
> **Note**: The separate `patterns/pattern-1/`, `patterns/pattern-2/`, and `patterns/pattern-3/` directories have been removed. All processing is now in `patterns/unified/`. See [pattern-1.md](docs/pattern-1.md) and [pattern-2.md](docs/pattern-2.md) for historical reference.
0 commit comments