{
"id": "skill-area:document-processing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-tooling.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Document Processing",
"description": "Programmatic creation, parsing, and manipulation of office and\nportable documents (PDF, DOCX, PPTX, XLSX/CSV) — text/table\nextraction, form filling, layout authoring, and OCR fallbacks.\n",
"domains": [
"domain:software-engineering"
],
"expertiseLevels": [
"novice",
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:document-processing",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill:pdf-handling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:docx-handling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:xlsx-handling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:pptx-handling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:create-pdf-from-md",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:pdf-form-filling",
"to": "skill-area:document-processing",
"kind": "addresses",
"attributes": {}
}
]
}