Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
pdf-processing - Skill - OpenSmartRoute
Skillv1.0.0
pdf-processing
Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
Imported from o-stepper/graphorin (packages/skills/tests/__fixtures__/pdf-processing/SKILL.md). Install upstream with npx skills add o-stepper/graphorin --skill pdf-processing. Copyright stays with the author (MIT).
PDF Processing
Activate this skill when the user asks about PDF documents.
Capabilities
Extract text and tables from PDF files.
Fill out interactive PDF forms.
Merge multiple PDFs into a single document.
Resources
examples/sample-form.pdf
scripts/extract.py
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
o-stepper-graphorin-pdf-processing.ocm.jsonjson
{
"ocm": "1",
"id": "o-stepper-graphorin-pdf-processing",
"kind": "skill",
"name": "pdf-processing",
"description": "Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.",
"publisher": "o-stepper",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/o-stepper/graphorin",
"path": "packages/skills/tests/__fixtures__/pdf-processing/SKILL.md",
"ref": "1804b56b6f6cbc47302b3da4b125b9ab7a4c387a",
"url": "https://github.com/o-stepper/graphorin/blob/1804b56b6f6cbc47302b3da4b125b9ab7a4c387a/packages/skills/tests/__fixtures__/pdf-processing/SKILL.md",
"key": "o-stepper/graphorin/packages/skills/tests/__fixtures__/pdf-processing/SKILL.md"
},
"license": "MIT"
},
"instructions": "# PDF Processing\n\nActivate this skill when the user asks about PDF documents.\n\n## Capabilities\n\n- Extract text and tables from PDF files.\n- Fill out interactive PDF forms.\n- Merge multiple PDFs into a single document.\n\n## Resources\n\n- `examples/sample-form.pdf`\n- `scripts/extract.py`",
"cost": {
"context_tokens": 71
}
}
Fetch it by URL: GET /api/v1/registry/o-stepper-graphorin-pdf-processing/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.