aws-rekognition
aws-rekognition copied to clipboard
A lightweight plugin to add keywords to WordPress image uploads via automatic feature detection. Requires S3 Uploads.
With PHP >= 8.1 there's a deprecated warning showing up in the X-ray logs: ``` Constant FILTER_SANITIZE_STRING is deprecated /usr/src/app/vendor/humanmade/aws-rekognition/inc/admin/namespace.php:22 ``` The request is to admin-ajax.php for the `query-attachments` action.
SVG images will not have their labels detected because [Rekognition only supports JPEG and PNG](https://docs.aws.amazon.com/rekognition/latest/dg/images-s3.html). However using imagemagick or tachyon or alternatives we can render the svg to one of...
Hi, The Text detection is not working. If we upload a text image, the detected label shows on "Text" as a label. Where as the output for Text Rekognition should...
Right now the media modal won't update when rekognition labels are returned and it's not clear how or when the analysis is finished. It'd be ideal to use the heartbeat...
Currently if image analysis fails there's no way to retry except by using the CLI. This will help end users by giving them something actionable rather than just a basic...
Currently running `update-keywords` doesn't show any progress.
I'm not sure if this is something we definitely want to do or just to make easier using this plugin. This feature could be added via a secondary support plugin....
This is trickier to implement but doable: - Requires file to be on S3 - Handled async via polling (start/get functions) Thinking this is low priority for anyone as most...
We're seeing situations where `$post` is NULL when hitting this function, causing "query-attachments" admin-ajax calls to fail. While this may demonstrate an issue in our application code, I would expect...