robmarkcole / HASS-amazon-rekognition

Home Assistant Object detection with Amazon Rekognition
https://aws.amazon.com/blogs/aws/amazon-rekognition-image-detection-and-recognition-powered-by-deep-learning/
MIT License
86 stars 8 forks source link

Support text service #81

Open robmarkcole opened 3 years ago

robmarkcole commented 3 years ago

Support:

robmarkcole commented 3 years ago

This might require quite a different config since we potentially want to extract text from multiple ROI in a single image and/or do pattern matching with regex. Consider standalone addon

robmarkcole commented 3 years ago

Could add a single arg detect_text: True in which case the state of the sensor is the detected text? Alternatively add a target Text?

Doesn't need to be fancy for MVP. Does require addition of class TextDetection(ImageProcessingEntity) which has stripped down functionality.

Inclined to do this in a separate repo as this integration is currently stable

robmarkcole commented 3 years ago

Created https://github.com/robmarkcole/HASS-amazon-rekognition-text