From c4e63b5608e1f1e28de5eac4d8aaf5f4cc0bc4fa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 23 May 2017 16:29:27 -0700 Subject: [PATCH] Update social image of seven segments ocr --- source/_components/image_processing.seven_segments.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/image_processing.seven_segments.markdown b/source/_components/image_processing.seven_segments.markdown index 4478ff26973..8b54fecffa3 100644 --- a/source/_components/image_processing.seven_segments.markdown +++ b/source/_components/image_processing.seven_segments.markdown @@ -11,6 +11,7 @@ logo: home-assistant.png ha_category: Image Processing featured: false ha_release: 0.45 +og_image: /images/screenshots/ssocr.png --- The `seven_segments` image processing platform allows you to read physical seven segments displays through Home Assistant. [`ssocr`](https://www.unix-ag.uni-kl.de/~auerswal/ssocr/) is used to extract the value shown on the display which is observed by a [camera](/components/camera/). `ssocr` need to be available on your system. Check the installation instruction for Fedora below or use `$ sudo apt-get install ssocr` on a Debian-based system: