Documentation
README
Document Converter Suite
Original portable workflow by Rylai.
Use the bundled scripts for deterministic local-file work. Keep source files unchanged and inspect every generated artifact.
Start With A Dependency Check
python scripts/rylai_convert.py doctor
The report distinguishes required Python support from optional routes provided by MarkItDown, Pandoc, LibreOffice, `pypdf`, `python-docx`, `python-pptx`, `openpyxl`, and `pdfplumber`.
## Convert One File
```powershell
python scripts/rylai_convert.py convert input.docx output.md
python scripts/rylai_convert.py convert notes.md notes.docx
python scripts/rylai_convert.py convert workbook.xlsx workbook.pdf
Add `--overwrite` only after checking that replacing the destination is intended.
## Convert A Folder
This is the opening of the README. Read the full README on GitHub.