---
name: "hf-space-prithivmlmods-glm-ocr-demo"
description: "Use the Hugging Face Space prithivMLmods/GLM-OCR-Demo."
metadata:
  source: huggingface-space
  spaceId: "prithivMLmods/GLM-OCR-Demo"
  hubUrl: https://huggingface.co/spaces/prithivMLmods/GLM-OCR-Demo
  agentsMdUrl: https://huggingface.co/spaces/prithivMLmods/GLM-OCR-Demo/agents.md
  appUrl: https://prithivmlmods-glm-ocr-demo.hf.space
---

# Hugging Face Space: prithivMLmods/GLM-OCR-Demo

Use this skill when the user wants to use the Hugging Face Space `prithivMLmods/GLM-OCR-Demo`.

- Space page: https://huggingface.co/spaces/prithivMLmods/GLM-OCR-Demo
- App URL: https://prithivmlmods-glm-ocr-demo.hf.space
- Source instructions: https://huggingface.co/spaces/prithivMLmods/GLM-OCR-Demo/agents.md

## Space agent instructions

To use this application (prithivMLmods/GLM-OCR-Demo: Extract text, formulas, or tables from images):
API schema: GET https://prithivmlmods-glm-ocr-demo.hf.space/gradio_api/info
Call endpoint: POST https://prithivmlmods-glm-ocr-demo.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://prithivmlmods-glm-ocr-demo.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://prithivmlmods-glm-ocr-demo.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
