Convert the PDF at the given path to markdown.
Usage
bash
uv run --directory SKILL_DIR python scripts/convert.py "$ARGUMENTS"
Where SKILL_DIR is the directory containing this skill (use the resolved path from the skill's location).
The script:
- •Takes a PDF file path as input
- •Converts it to markdown using the marker library
- •Writes the output to
<input-name>.mdalongside the original PDF - •Prints the markdown content to stdout
After Conversion
Once converted, read the markdown output and work with the content as requested by the user.