top | item 42411355

(no title)

figomore | 1 year ago

Pandoc (https://pandoc.org) can be used to convert a .docx file to markdown and other file formats like djot and typst. I don't think pandoc can convert powerpoint and excel files.

discuss

order

zamadatix|1 year ago

The hard part about document conversion is not finding a tool which can convert the formats but the tool which does it best. I wonder how MarkItDown ranks for the tasks for the various types.

jez|1 year ago

The README of MarkItDown mentions "indexing and text analysis" as the two motivating features, whereas Pandoc is more interested in document preparation via conversion that maintains rich text formatting.

Since my personal use leans towards the latter, I'm hesitant to believe that this tool will work better for me but others may have other priorities.

disgruntledphd2|1 year ago

Yeah that was the interesting part to me, at least. Plus, it's Microsoft so hopefully it will work for their files.

_rs|1 year ago

That was the first thing I checked, and it looks like they’re using some existing python package to parse docx files. I wonder if they contributed to it or vetted it strongly

LordDragonfang|1 year ago

...I did not catch that it was from Microsoft. I was wondering why a random markdown converter was so notable.