ilocr_ib_detect

这个是分割并识别行和字符工具。基于输入的图像和区域,分割并识别行和字符,返回字符分割和识别的结果和分数。Results 是字符分割和识别的信息,其中 ocrRes 表示分割和识别的所有结果,每个字符用空格隔开。ocrScoreRes 表示分割和识别的所有分数,用空格隔开,与结果一一对应。

Server Leaper Vision Toolkit leaper-mcp/leaper-mcp-proxy
Category Read
Risk class Low
Parameters 20 required

What ilocr_ib_detect does on Leaper Vision Toolkit

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.

ParameterTypeRequiredDescription
imageUrl string 图片的url地址,通过这个地址获取到图片
isGetShape boolean 是否获取每个文字形状点位,默认为 false

Parameters from the server's own tool schema.

Why ilocr_ib_detect needs a policy

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…

Questions about ilocr_ib_detect

What does the ilocr_ib_detect tool do? +

这个是分割并识别行和字符工具。基于输入的图像和区域,分割并识别行和字符,返回字符分割和识别的结果和分数。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.

What parameters does ilocr_ib_detect accept? +

ilocr_ib_detect accepts 2 parameters: imageUrl, isGetShape. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on ilocr_ib_detect? +

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.

What risk level is ilocr_ib_detect? +

ilocr_ib_detect is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit ilocr_ib_detect? +

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.

How do I block ilocr_ib_detect completely? +

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.

What MCP server provides ilocr_ib_detect? +

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.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.