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
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# DEPRECATED
2
+
3
+
This repository will only be maintained with security fixes and phased out by 2023/09/30.
4
+
5
+
We recommend to use a solution based on https://github.com/aws-samples/amazon-textract-idp-cdk-constructs.
6
+
Samples in Python are available https://github.com/aws-samples/amazon-textract-idp-cdk-stack-samples
7
+
and in Java are available at: https://github.com/aws-samples/amazon-textract-idp-cdk-samples-java
8
+
9
+
The advantage of the new architecture are:
10
+
* Versioned and published as packages
11
+
* Easier customization and extension through Step Functions
12
+
* Support for different languages
13
+
* More features and addition of more capabilities
14
+
15
+
This workshop https://catalog.us-east-1.prod.workshops.aws/workshops/f2dd7c46-e022-4f9c-8399-dcad742be516/en-US introduces the concepts and shows ways to customize the workflows for your use case
16
+
17
+
18
+
19
+
20
+
1
21
# Large scale document processing with Amazon Textract
2
22
3
23
This reference architecture shows how you can extract text and data from documents at scale using Amazon Textract. Below are some of the key attributes of the reference architecture:
0 commit comments