Skip to content

Commit 54e7519

Browse files
author
ASE Bot
committed
feat: add healthcare documentation industry collection
1 parent c45b3f1 commit 54e7519

3 files changed

Lines changed: 57 additions & 0 deletions

File tree

industries/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| 💼 | [**Finance & Filings**](finance-filings.md) | Wave 1 | 8 | Filings research, invoice intake, billing operations, reconciliation, and finance-adjacent reporting. |
99
| 🛒 | [**Ecommerce & Retail Operations**](ecommerce-retail-operations.md) | Wave 1 | 8 | Catalog management, storefront automation, orders, inventory sync, marketplace support, and review-driven merchandising. |
1010
| ⚖️ | [**Legal Ops & Compliance**](legal-ops-compliance.md) | Wave 1 | 7 | Contract workflows, forms, document review, archive search, and evidence-oriented legal and compliance support. |
11+
| 🩺 | [**Healthcare Documentation & Intake**](healthcare-documentation-intake.md) | Wave 2 | 8 | Documentation intake, OCR, transcription, structured extraction, and biomedical literature support for paperwork-heavy workflows. |
1112

1213
---
1314

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 🩺 Healthcare Documentation & Intake
2+
3+
Documentation intake, OCR, transcription, structured extraction, and biomedical literature support for paperwork-heavy workflows.
4+
5+
- Launch stage: **Wave 2**
6+
- Live page: https://agentskillexchange.com/industry-skills/#healthcare-documentation-intake
7+
- Homepage access: Curated Collections on https://agentskillexchange.com/
8+
9+
## Recommended Picks
10+
11+
| Skill | Category | Stars | Downloads |
12+
|---|---|---:|---:|
13+
| [PubMed Literature Mining Agent](../skills/pubmed-literature-mining-agent/) | Research & Scraping |||
14+
| [LangExtract LLM-Powered Structured Text Extraction](../skills/langextract-llm-structured-text-extraction/) | Data Extraction & Transformation | 35k ||
15+
| [OCRmyPDF Searchable PDF OCR Pipeline](../skills/ocrmypdf-searchable-pdf-ocr-pipeline/) | Media & Transcription | 33.2k ||
16+
| [Tesseract OCR Document Extractor](../skills/tesseract-ocr-document-extractor/) | Data Extraction & Transformation | 73.6k ||
17+
| [Tesseract OCR Data Extractor](../skills/tesseract-ocr-data-extractor/) | Data Extraction & Transformation | 73.6k ||
18+
| [WhisperX Speech Recognition with Word-Level Timestamps and Diarization](../skills/whisperx-speech-recognition-timestamps-diarization/) | Media & Transcription | 21k ||
19+
| [AssemblyAI LeMUR Summarizer](../skills/assemblyai-lemur-summarizer-agent/) | Media & Transcription |||
20+
| [DocuSeal Open Source Document Signing and PDF Form Platform](../skills/docuseal-document-signing-pdf-forms/) | Templates & Workflows | 11.7k ||
21+
22+
## Backup Picks
23+
24+
| Skill | Why keep it nearby |
25+
|---|---|
26+
| [pdfplumber Python PDF Text and Table Extraction Library](../skills/pdfplumber-python-pdf-text-table-extraction/) | Useful alternate or overflow pick for this collection. |
27+
| [OpenAI Whisper API Transcription](../skills/openai-whisper-api-transcription/) | Useful alternate or overflow pick for this collection. |
28+
29+
## Editorial Caution
30+
31+
Keep the framing explicitly non-clinical. This is for documentation, intake, extraction, transcription, and literature support — not diagnosis or medical decision support.
32+
33+
---
34+
35+
[← Back to industry collections](README.md)

scripts/industry-collections.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,27 @@
8282
"search-large-pdfs-and-read-only-the-relevant-pages-before-answering",
8383
"revise-pdf-slides-with-natural-language-edits"
8484
]
85+
},
86+
{
87+
"slug": "healthcare-documentation-intake",
88+
"title": "Healthcare Documentation & Intake",
89+
"launch_stage": "wave-2",
90+
"description": "Documentation intake, OCR, transcription, structured extraction, and biomedical literature support for paperwork-heavy workflows.",
91+
"editorial_caution": "Keep the framing explicitly non-clinical. This is for documentation, intake, extraction, transcription, and literature support — not diagnosis or medical decision support.",
92+
"skill_slugs": [
93+
"pubmed-literature-mining-agent",
94+
"langextract-llm-structured-text-extraction",
95+
"ocrmypdf-searchable-pdf-ocr-pipeline",
96+
"tesseract-ocr-document-extractor",
97+
"tesseract-ocr-data-extractor",
98+
"whisperx-speech-recognition-timestamps-diarization",
99+
"assemblyai-lemur-summarizer-agent",
100+
"docuseal-document-signing-pdf-forms"
101+
],
102+
"backup_skill_slugs": [
103+
"pdfplumber-python-pdf-text-table-extraction",
104+
"openai-whisper-api-transcription"
105+
]
85106
}
86107
]
87108
}

0 commit comments

Comments
 (0)