diff options
| author | Louis Burda <dev@sinitax.com> | 2026-02-26 16:29:37 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2026-02-26 16:29:37 +0100 |
| commit | c9753f216c1be51c249e7c947cda8cb3d1a945d0 (patch) | |
| tree | 57970922d78d467cfbecc3e8ddefeb08ca43b6bc /README.md | |
| parent | 906424e8acb5adf1eff58c2f45b85616cb5651d7 (diff) | |
| download | tmview-py-main.tar.gz tmview-py-main.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
