---
name: "hf-space-patsnap-document-processing"
description: "Use the Hugging Face Space PatSnap/Document-Processing."
metadata:
  source: huggingface-space
  spaceId: "PatSnap/Document-Processing"
  hubUrl: https://huggingface.co/spaces/PatSnap/Document-Processing
  agentsMdUrl: https://huggingface.co/spaces/PatSnap/Document-Processing/agents.md
  appUrl: https://patsnap-document-processing.hf.space
---

# Hugging Face Space: PatSnap/Document-Processing

Use this skill when the user wants to use the Hugging Face Space `PatSnap/Document-Processing`.

- Space page: https://huggingface.co/spaces/PatSnap/Document-Processing
- App URL: https://patsnap-document-processing.hf.space
- Source instructions: https://huggingface.co/spaces/PatSnap/Document-Processing/agents.md

## Space agent instructions

To use this application (PatSnap/Document-Processing: Parse documents and translate text with AI):
API schema: GET https://patsnap-document-processing.hf.space/gradio_api/info
Call endpoint: POST https://patsnap-document-processing.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://patsnap-document-processing.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://patsnap-document-processing.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)
