Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNixon77 committed Aug 30, 2023
1 parent a6bfb8b commit eaf143d
Show file tree
Hide file tree
Showing 832 changed files with 514,242 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-08-30

### Added

- Initial Release
1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
[email protected] with any additional questions or comments.

26 changes: 13 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,23 @@ documentation, we greatly value feedback and contributions from our community.
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
information to effectively respond to your bug report or contribution.


## Reporting Bugs/Feature Requests

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

When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
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
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
* The version of our code being used
* Any modifications you've made relevant to the bug
* Anything unusual about your environment or deployment

- A reproducible test case or series of steps
- The version of our code being used
- Any modifications you've made relevant to the bug
- Anything unusual about your environment or deployment

## Contributing via Pull Requests

Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

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

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


## Finding contributions to work on
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.

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.

## Code of Conduct

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


## Security issue notifications
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.

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.

## Licensing

See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
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.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
2 changes: 2 additions & 0 deletions LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,5 @@
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
1 change: 0 additions & 1 deletion NOTICE

This file was deleted.

124 changes: 124 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
Enhanced Document Understanding on AWS

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
specific language governing permissions and limitations under the License.

**********************
THIRD PARTY COMPONENTS
**********************
This software includes third party software subject to the following copyrights:

@aws-amplify/ui-react Apache-2.0
@aws-cdk/aws-servicecatalogappregistry-alpha Apache-2.0
@aws-sdk/client-sfn Apache-2.0
@aws-sdk/util-arn-parser Apache-2.0
@aws-solutions-constructs/aws-apigateway-lambda Apache-2.0
@aws-solutions-constructs/aws-cloudfront-s3 Apache-2.0
@aws-solutions-constructs/aws-eventbridge-lambda Apache-2.0
@aws-solutions-constructs/aws-eventbridge-stepfunctions Apache-2.0
@aws-solutions-constructs/aws-lambda-dynamodb Apache-2.0
@aws-solutions-constructs/aws-lambda-s3 Apache-2.0
@aws-solutions-constructs/aws-lambda-sns Apache-2.0
@aws-solutions-constructs/aws-lambda-stepfunctions Apache-2.0
@aws-solutions-constructs/aws-sns-sqs Apache-2.0
@aws-solutions-constructs/aws-sqs-lambda Apache-2.0
@aws-solutions-constructs/aws-wafwebacl-apigateway Apache-2.0
@aws-solutions-constructs/core Apache-2.0
@cloudscape-design/components Apache-2.0
@cloudscape-design/design-tokens Apache-2.0
@cloudscape-design/global-styles Apache-2.0
@cloudscape-design/jest-preset Apache-2.0
@tanstack/react-table MIT
@testing-library/jest-dom MIT
@testing-library/react MIT
@testing-library/user-event MIT
@types/dockerode Apache-2.0
@types/jest MIT
@types/mock-fs MIT
@types/node MIT
@types/npmlog MIT
@types/prettier MIT
@types/react-pdf MIT
@types/uuid MIT
@typescript-eslint/eslint-plugin MIT
@typescript-eslint/parser BSD-2-Clause
attrs MIT
aws-amplify Apache-2.0
aws-cdk-lib Apache-2.0
aws-lambda-powertools MIT
aws-sdk Apache-2.0
aws-sdk-client-mock MIT
aws-sdk-mock Apache-2.0
aws-xray-sdk Apache-2.0
awscli Apache-2.0
babel-jest MIT
bootstrap MIT
boto3 Apache-2.0
botocore Apache-2.0
cdk-nag Apache-2.0
colorama BSD-3-Clause
com.amazonaws>>aws-lambda-java-events Apache-2.0
com.drewnoakes>>metadata-extractor Apache-2.0
com.google.code.gson>>gson Apache-2.0
constructs Apache-2.0
coverage Apache-2.0
dayjs MIT
docutils BSD License
eslint MIT
exceptiongroup MIT
freezegun Apache-2.0
identity-obj-proxy MIT
iniconfig MIT
jest MIT
jmespath MIT
jwt-decode MIT
lodash MIT
mock BSD License
mock-fs MIT
moto Apache-2.0
npmlog ISC
org.apache.pdfbox>>pdfbox Apache-2.0
org.jacoco>>org.jacoco.report EPL 2.0
org.junit.jupiter>>junit-jupiter-engine EPL 2.0
org.mockito>>mockito-inline MIT
pdf-lib MIT
pdfjs-dist Apache-2.0
pluggy MIT
portfinder MIT
prettier MIT
pyasn1 BSD-2-Clause
pytest MIT
pytest-cov MIT
pytest-env MIT
python-dateutil Apache-2.0
PyYAML MIT
ramda MIT
react MIT
react-bootstrap MIT
react-dom MIT
react-pdf MIT
react-router-dom MIT
react-scripts MIT
react-tabs MIT
rsa Apache-2.0
s3transfer Apache-2.0
setuptools MIT
software.amazon.awssdk>>cloudwatch Apache-2.0
software.amazon.awssdk>>s3 Apache-2.0
software.amazon.awssdk>>sfn Apache-2.0
software.amazon.lambda>>powertools-logging Apache-2.0
software.amazon.lambda>>powertools-tracing Apache-2.0
source-map-support MIT
testcontainers MIT
tomli MIT
ts-jest MIT
ts-node MIT
typescript Apache-2.0
uk.org.webcompere>>system-stubs-core MIT
uk.org.webcompere>>system-stubs-jupiter MIT
uuid MIT
wrapt BSD License
Loading

0 comments on commit eaf143d

Please sign in to comment.