Process your first document with Doctly in under 5 minutes
Goal: Upload a PDF and get perfectly formatted Markdown – all from your terminal in under 5 minutes.
pip install doctly
from doctly import Client client = Client(api_key="YOUR_API_KEY")
content = client.process('path/to/your/file.pdf')
# Save the processed content to a file echo "$CONTENT" > output.md