You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to OCR an image of some text, I get the error "Error calling tool 'pp_structurev3'" in Claude Desktop. I've installed the required dependencies and configured my Claude config file like so:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to OCR an image of some text, I get the error "Error calling tool 'pp_structurev3'" in Claude Desktop. I've installed the required dependencies and configured my Claude config file like so:
{ "mcpServers": { "PP-StructureV3": { "command": "uvx", "args": [ "--from", "paddleocr-mcp", "paddleocr_mcp" ], "env": { "PADDLEOCR_MCP_PIPELINE": "PP-StructureV3", "PADDLEOCR_MCP_PPOCR_SOURCE": "aistudio", "PADDLEOCR_MCP_SERVER_URL": "https://(my server URL)", "PADDLEOCR_MCP_AISTUDIO_ACCESS_TOKEN": "(my access token)" } } } }What could be going wrong? Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions