pdf-to-markdown
- Repo stars 239
- Author repo python-agentframework-demos
PDF to Markdown Conversion
This skill converts PDF files to Markdown format using Microsoft's markitdown package.
When to use
- User asks to convert a PDF to Markdown
- User wants to extract text content from a PDF
- User needs to read or parse a PDF document
- User asks to summarize or analyze a PDF file
How to use
Use uvx to run markitdown directly. Pick the dependency group matching the file type:
| File type | Dependency group |
|---|---|
pdf |
|
| PowerPoint | pptx |
| Word | docx |
| Excel (.xlsx) | xlsx |
| Excel (.xls) | xls |
uvx 'markitdown[pdf]' <path-to-file> -o output.md
Or install all optional dependencies at once:
uvx 'markitdown[all]' <path-to-file> -o output.md
Examples
uvx 'markitdown[pdf]' report.pdf -o report.md
uvx 'markitdown[pptx]' slides.pptx -o slides.md
uvx 'markitdown[docx]' document.docx -o document.md
Output
- If you were asked to save the output to a specific file, save it to the requested file using
-o. - If no output file was specified, use the source filename with a
.mdsuffix.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @Azure-Samples · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. User asks to convert a PDF to Markdown User wants to extract text content from a PDF User needs to read or parse a PDF document
Use uvx to run markitdown directly. Pick the dependency group matching the file type: File type · Dependency group PDF · pdf
Examples
If you were asked to save the output to a specific file, save it to the requested file using -o. If no output file was specified, use the source filename with a .md suffix.
# PDF to Markdown Conversion
This skill converts PDF files to Markdown format using [Microsoft's markitdown](https://github.com/microsoft/markitdown) package.
## When to use
- User asks to convert a PDF to Markdown
- User wants to extract text content from a PDF
- User needs to read or parse a PDF document
- User asks to summarize or analyze a PDF file
## How to use
Use `uvx` to run markitdown directly. Pick the dependency group matching the file type:
| File type | Dependency group |
|-----------|-----------------|
| PDF | `pdf` |
| PowerPoint | `pptx` |
| Word | `docx` |
| Excel (.xlsx) | `xlsx` |
| Excel (.xls) | `xls` |
```bash
uvx 'markitdown[pdf]' <path-to-file> -o output.md
```
Or install all optional dependencies at once:
```bash
uvx 'markitdown[all]' <path-to-file> -o output.md
```
## Examples
```bash
uvx 'markitdown[pdf]' report.pdf -o report.md
uvx 'markitdown[pptx]' slides.pptx -o slides.md
uvx 'markitdown[docx]' document.docx -o document.md
```
## Output
- If you were asked to save the output to a specific file, save it to the requested file using `-o`.
- If no output file was specified, use the source filename with a `.md` suffix. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> When to use → How to use → Examples → Output
terms -> This skill converts PDF files to Markdown format using [Microsoft's markitdown](https://github.com/microsoft/markitdown) package. · Use uvx to run markitdown directly. · - If you were asked to save the output to a specific file, save it to the requested file using -o.
files/cmd -> uvx · pdf · pptx · docx · xlsx · xls · .md
body sha256 -> 11a09c5ac0dd
Decide Fit First
Design Intent
How To Use It
Boundaries And Review