-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Migration for TYPO3 v13 and quality actions
- Loading branch information
Showing
8 changed files
with
1,461 additions
and
1,193 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# detectLabels.php (AWS Rekognition API) | ||
# detectLabels.php (AWS Recognition API) | ||
|
||
- S3 Support oder Bild kann übertragen werden | ||
- Kategorien werden dem Bild zugewiesen | ||
- S3 support or image can be transferred | ||
- Categories (labels) are assigned to the image | ||
|
||
# detectText.php (AWS Rekognition API) | ||
# detectText.php (AWS Recognition API) | ||
|
||
- S3 Support oder Bild kann übetragen werden | ||
- visuelle Bilderkennung | ||
- Dient nur dazu, um Text auszulesen | ||
- S3 support or image can be transferred | ||
- Visual image recognition | ||
- Only used to read text | ||
|
||
# textract.php (AWS Textract API) | ||
|
||
- S3 Support oder Bild kann übetragen werden | ||
- Texterkennung (OCR) auf ein Bild | ||
- Texterkennung (OCR) eines bestimmten Bereiches | ||
- Mehr Logik mit den Ergebnissen möglich | ||
- S3 support or image can be transferred | ||
- Text recognition (OCR) on an image | ||
- Text recognition (OCR) of a specific area | ||
- More logic possible with the results | ||
|
||
# transcribe.php (AWS Transcribe API) | ||
|
||
- Video muss in einem S3 Bucket liegen | ||
- Untertitel zu einem Video erstellen und als Datei speichern | ||
- Video must be in an S3 bucket | ||
- Create subtitles for a video and save them as a file | ||
|
||
# comprehend (AWS Comprehend API) | ||
|
||
- Unterstützte Sprachen https://docs.aws.amazon.com/comprehend/latest/dg/supported-languages.html | ||
- Spracherkennung | ||
- Supported languages https://docs.aws.amazon.com/comprehend/latest/dg/supported-languages.html | ||
- Speech recognition | ||
- Key Phrases | ||
- Entities |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.