aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLouis Burda <dev@sinitax.com>2026-02-26 16:29:37 +0100
committerLouis Burda <dev@sinitax.com>2026-02-26 16:29:37 +0100
commitc9753f216c1be51c249e7c947cda8cb3d1a945d0 (patch)
tree57970922d78d467cfbecc3e8ddefeb08ca43b6bc /README.md
parent906424e8acb5adf1eff58c2f45b85616cb5651d7 (diff)
downloadtmview-py-main.tar.gz
tmview-py-main.zip
Implement image similarity searchHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e83d774..26fe25a 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ Options:
-c, --classes NUMS Nice class filter, comma-separated (e.g. 9,35)
-s, --status STATUS registered | pending | expired
-v, --verbose Show fetch timestamp column
+ -d, --download-logos Download logo images to DIR
+ --similar-to IMG Find trademarks with visually similar logos to IMG
--json Output raw JSON instead of table
--page N Page number (default: 1)
--all-offices Also include non-EU offices (US, GB, JP, CH, etc.)
@@ -35,6 +37,10 @@ tmview "APPLE" --classes 9,35 --status registered
tmview "GOOGLE" --json | jq '.[:3]'
tmview "COCA COLA" --limit 50 --page 2
tmview "Hacking-Lab" --all-offices -v
+
+# Image similarity search
+tmview --similar-to logo.png
+tmview --similar-to logo.png --all-offices -d ./matches
```
## Output columns