Skip to content

Commit eaf143d

Browse files
committed
initial commit
1 parent a6bfb8b commit eaf143d

File tree

832 files changed

+514242
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

832 files changed

+514242
-23
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2023-08-30
9+
10+
### Added
11+
12+
- Initial Release

CODE_OF_CONDUCT.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
33
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
44
[email protected] with any additional questions or comments.
5+

CONTRIBUTING.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@ documentation, we greatly value feedback and contributions from our community.
66
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
77
information to effectively respond to your bug report or contribution.
88

9-
109
## Reporting Bugs/Feature Requests
1110

1211
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1312

14-
When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
13+
When filing an issue, please check [existing open](https://github.com/aws-solutions/enhanced-document-understanding-on-aws/issues), or [recently closed](https://github.com/aws-solutions/enhanced-document-understanding-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed20), issues to make sure somebody else hasn't already
1514
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1615

17-
* A reproducible test case or series of steps
18-
* The version of our code being used
19-
* Any modifications you've made relevant to the bug
20-
* Anything unusual about your environment or deployment
21-
16+
- A reproducible test case or series of steps
17+
- The version of our code being used
18+
- Any modifications you've made relevant to the bug
19+
- Anything unusual about your environment or deployment
2220

2321
## Contributing via Pull Requests
22+
2423
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2524

26-
1. You are working against the latest source on the *main* branch.
25+
1. You are working against the latest source on the _master_ branch.
2726
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2827
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2928

@@ -39,21 +38,22 @@ To send us a pull request, please:
3938
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4039
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
4140

42-
4341
## Finding contributions to work on
44-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.
4542

43+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/enhanced-document-understanding-on-aws/labels/help%20wanted) issues is a great place to start.
4644

4745
## Code of Conduct
46+
4847
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
4948
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
5049
[email protected] with any additional questions or comments.
5150

52-
5351
## Security issue notifications
54-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
5552

53+
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
5654

5755
## Licensing
5856

59-
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
57+
See the [LICENSE](https://github.com/aws-solutions/enhanced-document-understanding-on-aws/blob/master/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
58+
59+
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

LICENSE LICENSE.txt

+2
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,5 @@
173173
defend, and hold each Contributor harmless for any liability
174174
incurred by, or claims asserted against, such Contributor by reason
175175
of your accepting any such warranty or additional liability.
176+
177+
END OF TERMS AND CONDITIONS

NOTICE

-1
This file was deleted.

NOTICE.txt

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
Enhanced Document Understanding on AWS
2+
3+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
5+
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
6+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
7+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
8+
specific language governing permissions and limitations under the License.
9+
10+
**********************
11+
THIRD PARTY COMPONENTS
12+
**********************
13+
This software includes third party software subject to the following copyrights:
14+
15+
@aws-amplify/ui-react Apache-2.0
16+
@aws-cdk/aws-servicecatalogappregistry-alpha Apache-2.0
17+
@aws-sdk/client-sfn Apache-2.0
18+
@aws-sdk/util-arn-parser Apache-2.0
19+
@aws-solutions-constructs/aws-apigateway-lambda Apache-2.0
20+
@aws-solutions-constructs/aws-cloudfront-s3 Apache-2.0
21+
@aws-solutions-constructs/aws-eventbridge-lambda Apache-2.0
22+
@aws-solutions-constructs/aws-eventbridge-stepfunctions Apache-2.0
23+
@aws-solutions-constructs/aws-lambda-dynamodb Apache-2.0
24+
@aws-solutions-constructs/aws-lambda-s3 Apache-2.0
25+
@aws-solutions-constructs/aws-lambda-sns Apache-2.0
26+
@aws-solutions-constructs/aws-lambda-stepfunctions Apache-2.0
27+
@aws-solutions-constructs/aws-sns-sqs Apache-2.0
28+
@aws-solutions-constructs/aws-sqs-lambda Apache-2.0
29+
@aws-solutions-constructs/aws-wafwebacl-apigateway Apache-2.0
30+
@aws-solutions-constructs/core Apache-2.0
31+
@cloudscape-design/components Apache-2.0
32+
@cloudscape-design/design-tokens Apache-2.0
33+
@cloudscape-design/global-styles Apache-2.0
34+
@cloudscape-design/jest-preset Apache-2.0
35+
@tanstack/react-table MIT
36+
@testing-library/jest-dom MIT
37+
@testing-library/react MIT
38+
@testing-library/user-event MIT
39+
@types/dockerode Apache-2.0
40+
@types/jest MIT
41+
@types/mock-fs MIT
42+
@types/node MIT
43+
@types/npmlog MIT
44+
@types/prettier MIT
45+
@types/react-pdf MIT
46+
@types/uuid MIT
47+
@typescript-eslint/eslint-plugin MIT
48+
@typescript-eslint/parser BSD-2-Clause
49+
attrs MIT
50+
aws-amplify Apache-2.0
51+
aws-cdk-lib Apache-2.0
52+
aws-lambda-powertools MIT
53+
aws-sdk Apache-2.0
54+
aws-sdk-client-mock MIT
55+
aws-sdk-mock Apache-2.0
56+
aws-xray-sdk Apache-2.0
57+
awscli Apache-2.0
58+
babel-jest MIT
59+
bootstrap MIT
60+
boto3 Apache-2.0
61+
botocore Apache-2.0
62+
cdk-nag Apache-2.0
63+
colorama BSD-3-Clause
64+
com.amazonaws>>aws-lambda-java-events Apache-2.0
65+
com.drewnoakes>>metadata-extractor Apache-2.0
66+
com.google.code.gson>>gson Apache-2.0
67+
constructs Apache-2.0
68+
coverage Apache-2.0
69+
dayjs MIT
70+
docutils BSD License
71+
eslint MIT
72+
exceptiongroup MIT
73+
freezegun Apache-2.0
74+
identity-obj-proxy MIT
75+
iniconfig MIT
76+
jest MIT
77+
jmespath MIT
78+
jwt-decode MIT
79+
lodash MIT
80+
mock BSD License
81+
mock-fs MIT
82+
moto Apache-2.0
83+
npmlog ISC
84+
org.apache.pdfbox>>pdfbox Apache-2.0
85+
org.jacoco>>org.jacoco.report EPL 2.0
86+
org.junit.jupiter>>junit-jupiter-engine EPL 2.0
87+
org.mockito>>mockito-inline MIT
88+
pdf-lib MIT
89+
pdfjs-dist Apache-2.0
90+
pluggy MIT
91+
portfinder MIT
92+
prettier MIT
93+
pyasn1 BSD-2-Clause
94+
pytest MIT
95+
pytest-cov MIT
96+
pytest-env MIT
97+
python-dateutil Apache-2.0
98+
PyYAML MIT
99+
ramda MIT
100+
react MIT
101+
react-bootstrap MIT
102+
react-dom MIT
103+
react-pdf MIT
104+
react-router-dom MIT
105+
react-scripts MIT
106+
react-tabs MIT
107+
rsa Apache-2.0
108+
s3transfer Apache-2.0
109+
setuptools MIT
110+
software.amazon.awssdk>>cloudwatch Apache-2.0
111+
software.amazon.awssdk>>s3 Apache-2.0
112+
software.amazon.awssdk>>sfn Apache-2.0
113+
software.amazon.lambda>>powertools-logging Apache-2.0
114+
software.amazon.lambda>>powertools-tracing Apache-2.0
115+
source-map-support MIT
116+
testcontainers MIT
117+
tomli MIT
118+
ts-jest MIT
119+
ts-node MIT
120+
typescript Apache-2.0
121+
uk.org.webcompere>>system-stubs-core MIT
122+
uk.org.webcompere>>system-stubs-jupiter MIT
123+
uuid MIT
124+
wrapt BSD License

0 commit comments

Comments
 (0)