π¦ ClawHub
marker
by @wu-uk
Convert PDF documents to Markdown using marker_single. Use when Claude needs to extract text content from PDFs while preserving LaTeX formulas, equations, an...
π‘ Examples
from scripts.marker_to_markdown import pdf_to_markdownmarkdown_text = pdf_to_markdown("paper.pdf")
print(markdown_text)
π Tips & Best Practices
marker_single not found: install marker-pdf or ensure the CLI is on PATH--keep-temp/cleanup=False and check stdout/stderr saved in the output folderTERMINAL
clawhub install latex-formula-extraction-marker