From bb929629f3c573adef8fcdf15ae7112f052299d5 Mon Sep 17 00:00:00 2001 From: "Petr@AP Consulting" <173082609+PetrAPConsulting@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:05:36 +0100 Subject: [PATCH] Update README.md Co-authored-by: gagb --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index f160d86..627243d 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,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. -### Features - -- Converts multiple files in one operation -- Supports various file formats (.pptx, .docx, .pdf, .jpg, .jpeg, .png etc. you can change it) -- Maintains original filenames (changes extension to .md) -- Includes GPT-4o-latest image descriptions when available -- Continues processing if individual files fail ### Usage 1. Create a Python script (e.g., convert.py):