这个是分割并识别行和字符工具。基于输入的图像和区域,分割并识别行和字符,返回字符分割和识别的结果和分数。Results 是字符分割和识别的信息,其中 ocrRes 表示分割和识别的所有结果,每个字符用空格隔开。ocrScoreRes 表示分割和识别的所有分数,用空格隔开,与结果一一对应。
AI agents call ilocr_ib_detect to retrieve information from Leaper Vision Toolkit without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
imageUrl | string | — | 图片的url地址,通过这个地址获取到图片 |
isGetShape | boolean | — | 是否获取每个文字形状点位,默认为 false |
Parameters from the server's own tool schema.
This tool reads and analyzes image data to perform OCR detection, returning recognition results and confidence scores. It has no side effects beyond information retrieval—it does not modify the input image, execute external commands, delete data, or commit financial transactions. The output is purely informational (character recognition and scoring), making it a Read operation with minimal risk.
From the tool's definition Tool name 'ilocr_ib_detect' and description indicate it 'segments and recognizes lines and characters' from input images, returning 'character segmentation and recognition results and scores.' The tool performs optical character recognition (OCR) analysis on…
Attacks that exploit this kind of access
这个是分割并识别行和字符工具。基于输入的图像和区域,分割并识别行和字符,返回字符分割和识别的结果和分数。Results 是字符分割和识别的信息,其中 ocrRes 表示分割和识别的所有结果,每个字符用空格隔开。ocrScoreRes 表示分割和识别的所有分数,用空格隔开,与结果一一对应。. It is categorised as a Read tool in the Leaper Vision Toolkit MCP Server, which means it retrieves data without modifying state.
ilocr_ib_detect accepts 2 parameters: imageUrl, isGetShape. The full parameter table on this page comes from the server's own tool schema.
Register the Leaper Vision Toolkit MCP server in PolicyLayer and add a rule for ilocr_ib_detect: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Leaper Vision Toolkit. Nothing to install.
ilocr_ib_detect is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the ilocr_ib_detect rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for ilocr_ib_detect. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
ilocr_ib_detect is provided by the Leaper Vision Toolkit MCP server (leaper-mcp/leaper-mcp-proxy). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →