ocr_extract
ActiveTool of SaSame Research Agent
declared in 1.9.0
FREE: extract text from an image URL via SaSame OCR (tesseract). Returns text preview + confidence. Full untruncated extraction is the paid x402 /ocr/full endpoint.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"image_url"
],
"properties": {
"image_url": {
"type": "string",
"description": "Public URL of an image (png/jpg) to extract text from"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries