From 385aebeb972f3dd3d0983c3173673b2e81cd1876 Mon Sep 17 00:00:00 2001 From: Daulet Zhanguzin Date: Mon, 9 Sep 2024 00:24:45 -0700 Subject: [PATCH] fix: add example with image search --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9ccf5a1..129f0da 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,18 @@ $ cmd --connector web-search --connector google-drive # Cool use cases +## Search images + +``` +find images -maxdepth 1 -type f -name "*.jpg" -exec cmd -f {} is this image of llama \; -print + +No, this image is of a penguin, not a llama. It is a black and white drawing of a penguin on white and black background. +images/penguin.jpg +Yes, the image shows a llama wearing sunglasses. +images/llama.jpg +``` + + ## Read PDF document Pipe with xpdf (`brew install xpdf`) or similar: