Skip to content

Commit

Permalink
feat(textract): initial code
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov committed Jul 28, 2024
1 parent 3b0402c commit d16e7c9
Show file tree
Hide file tree
Showing 15 changed files with 1,638 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/default-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<groupId>io.camunda.connector</groupId>
<artifactId>connector-aws-bedrock</artifactId>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-aws-textract</artifactId>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-google-drive</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
<artifactId>connector-aws-sns</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-aws-textract</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-kafka</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions connectors/aws/aws-textract/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under one or more contributor license agreements and licensed to you under a proprietary license.
You may not use this file except in compliance with the proprietary license.
The proprietary license can be either the Camunda Self-Managed Free Edition license (available on Camunda’s website) or the Camunda Self-Managed Enterprise Edition license (a copy you obtain when you contact Camunda).
The Camunda Self-Managed Free Edition comes for free but only allows for usage of the software (file) in non-production environments.
If you want to use the software (file) in production, you need to purchase the Camunda Self-Managed Enterprise Edition.
3 changes: 3 additions & 0 deletions connectors/aws/aws-textract/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# AWS Textract Connector

The **AWS Textract Connector** allows you to automatically extract printed text, handwriting, layout elements, and data from any document
Loading

0 comments on commit d16e7c9

Please sign in to comment.