From 088007338d1567299a6654cf95fb4616413f7131 Mon Sep 17 00:00:00 2001 From: "Petr@AP Consulting" <173082609+PetrAPConsulting@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:07:55 +0100 Subject: [PATCH] Update README.md Co-authored-by: gagb --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 627243d..62de2e6 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,6 @@ docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md This example shows how to convert multiple files to markdown format in a single run. The script processes all supported files in a directory and creates corresponding markdown files. -### Usage -1. Create a Python script (e.g., convert.py): ```python from markitdown import MarkItDown from openai import OpenAI