OCR — first route
ocr://host/image/latest/query/text
[]
Vision connector
OCR text extraction from latest screenshot or image id (mock/tesseract). A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 2 ocr:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'uriocr' pack (GitHub) for real handlers; dispatch works simulated without itocr://host/image/latest/query/text
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=ocr' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "ocr",
"name": "OCR",
"status": "planned",
"uriSchemes": [
"ocr"
],
"routes": [
"ocr://host/image/latest/query/text",
"ocr://host/image/image_id/query/text"
],
"install": {
"mode": "planned",
"pipSpec": "uriocr"
},
"hubUrl": "https://connect.ifuri.com/connectors/ocr"
}