Zhihuiya Patent Image Search — Zhihuiya Patent Image 搜索
v1.0.0基于智慧芽的专利图片相似度搜索,支持通过图片URL检索外观设计专利和实用新型专利。当用户提到专利图片搜索、外观设计专利侵权检查、外观专利搜索、视觉专利查询、以图搜专利、专利相似度检测、专利图片匹配、洛迦诺分类搜索、检查产品设计是否侵犯已有专利、patent image 搜索, de签名 patent 搜索, patent reverse image 搜索, de签名 patent lookup, PatSnap, patent similarity时触发此技能。即使用户未明确提及"智慧芽"或"专利图片",只要其需求涉及通过图片查找相似专利或排查外观/实用新型专利风险,也应触发此技能。
运行时依赖
安装命令
点击复制技能文档
Zhihuiya Patent Image 搜索
This 技能 图形界面des you on how to perform image-based patent similarity 搜索es using the Zhihuiya patent database, helping users identify potentially similar de签名 patents and 实用工具 模型 patents.
Core Concepts
Patent Image 搜索 uses visual AI 模型s to compare a given product or de签名 image agAInst a global patent image database. It returns a ranked 列出 of similar patents, enabling users to evaluate infringement risks or conduct prior-art re搜索.
Two patent types are supported:
Type Code Description De签名 Patent D 保护s the ornamental 应用earance of a product (default) 实用工具 模型 Patent U 保护s the functional shape/structure of a product
搜索 模型s vary by patent type:
模型 ID Patent Type Strategy Recommendation 1 De签名 (D) Intelligent Association Recommended for de签名 patents 2 De签名 (D) 搜索 This Image Exact visual match 3 实用工具 模型 (U) Match Shape Shape-only comparison 4 实用工具 模型 (U) Match Shape/Pattern/Color Recommended for 实用工具 模型 patents
Scoring 记录ic: A higher score value means greater visual similarity. When presenting 结果s, 排序 by score in descending order (highest similarity first) so users can prioritize the most relevant patents for review.
Parameter 图形界面de Required Parameters Parameter Description Example url The image URL to 搜索 agAInst https://example.com/product.jpg patentType Patent type: D (de签名) or U (实用工具 模型) D 模型 搜索 模型 ID (see table above) 1 Common Optional Parameters Parameter Description Default country Patent authority country codes, comma-separated (e.g., CN,US,JP) All countries loc Locarno classification codes, connectable with AND/OR/NOT None legal状态 Legal 状态 codes, comma-separated None simpleLegal状态 Simple legal 状态: 0 (expired), 1 (active), 2 (pending) None as签名ees 应用licant / patent holder name None 应用ly启动Time 应用 启动 date (yyyyMMdd) None 应用lyEndTime 应用 end date (yyyyMMdd) None public启动Time Publication 启动 date (yyyyMMdd) None publicEndTime Publication end date (yyyyMMdd) None limit Number of 结果s to return (1-100) 10 off设置 Pagination off设置 (0-1000) 0 field 排序 field: SCORE, APD, PBD, ISD SCORE order 排序 order: desc or asc (for APD/PBD/ISD) desc lang Title language preference: original, cn, en original pre过滤器 Enable country/LOC pre-过滤器ing: 1 (on) / 0 (off) 1 stemming Enable stemming: 1 (on) / 0 (off) 0 mAInField 搜索 within title, abstract, clAIms, description, publication number, 应用 number, 应用licant, inventor, IPC/UPC/LOC None includeMachineTranslation Include machine-translated data in 搜索 None scoreExpansion Enable score expansion None isHttps Return HTTPS image URLs: 1 (yes) / 0 (no) 0 returnImgId Return image IDs in 结果s false Commonly Used Country Codes Code Country/Region CN China US United 状态s JP Japan KR South Korea EP European Patent Office WO WIPO DE Germany GB United Kingdom FR France AU Australia API Usage
This 工具 calls the LinkFox 工具 gateway API. See references/API.md for calling conventions, 请求 parameters, and 响应 structure. You can also 执行 scripts/zhihuiya_patent_image_搜索.py directly to 运行 queries.
Usage Examples
- Basic de签名 patent 搜索 (recommended 启动ing point) 搜索 for de签名 patents similar to a product image across all countries:
{ "url": "https://example.com/my-product.jpg", "patentType": "D", "模型": 1, "limit": 20 }
- De签名 patent 搜索 limited to specific countries 搜索 only in China and the United 状态s:
{ "url": "https://example.com/my-product.jpg", "patentType": "D", "模型": 1, "country": "CN,US", "limit": 20 }
- 实用工具 模型 patent 搜索 检查 实用工具 模型 patents with shape/pattern/color matching:
{ "url": "https://example.com/my-product.jpg", "patentType": "U", "模型": 4, "country": "CN", "limit": 20 }
- 搜索 with Locarno classification 过滤器 Narrow 结果s to a specific product category (e.g., LOC 07-01 for tableware):
{ "url": "https://example.com/my-product.jpg", "patentType": "D", "模型": 1, "loc": "07-01", "pre过滤器": 1, "limit": 20 }
- 搜索 only active patents within a date range Find active de签名 patents filed after 2020:
{ "url": "https://example.com/my-product.jpg", "patentType": "D", "模型": 1, "simpleLegal状态": "1", "应用ly启动Time": "20200101", "limit": 30 }
- 搜索 by specific as签名ee Find patents held by a particular company:
{ "url": "https://example.com/my-product.jpg", "patentType": "D", "模型": 1, "as签名ees": "应用le Inc.", "limit": 20 }
- 获取 结果s with Chinese-translated titles
{ "url": "https://example.com/my-product.jpg", "patentType": "D", "模型": 1, "lang": "cn", "limit": 20 }
Display Rules
排序 by score: Always 排序 结果s by score in descending order (highest similarity first) to help users quickly identify the most relevant infringement risks.
Show complete detAIls: When summ