Update README.md

Co-authored-by: gagb <gagb@users.noreply.github.com>
This commit is contained in:
Petr@AP Consulting
2024-12-18 21:05:36 +01:00
committed by GitHub
parent 233ba679b8
commit bb929629f3

View File

@@ -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):