MarkItDownSharp 1.0.4

dotnet add package MarkItDownSharp --version 1.0.4
                    
NuGet\Install-Package MarkItDownSharp -Version 1.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MarkItDownSharp" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MarkItDownSharp" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="MarkItDownSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MarkItDownSharp --version 1.0.4
                    
#r "nuget: MarkItDownSharp, 1.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MarkItDownSharp@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MarkItDownSharp&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=MarkItDownSharp&version=1.0.4
                    
Install as a Cake Tool

MarkItDownSharp

MarkItDownSharp is a C# .Net Framework library designed for converting various file formats to Markdown. This makes it suitable for indexing, text analysis, and other applications that benefit from structured text. It is a C# .Net Framework implementation (more or less) of the original markitdown Python library.

It supports:

  • PDF
  • Word (.docx)
  • Excel (.xlsx)
  • Images (EXIF metadata extraction and optional LLM-based description)
  • Audio (EXIF metadata extraction only)
  • HTML
  • Text-based formats (plain text, .csv, .xml, .rss, .atom)
  • Jupyter Notebooks (.ipynb)
  • Bing Search Result Pages (SERP)
  • ZIP files (recursively iterates over contents)
  • PowerPoint (.pptx)
  • Confluence (spaces and single pages)

Speech Recognition for audio converter has not been implemented yet. I'm happy to accept contributions for this feature.

Product Compatible and additional computed target framework versions.
.NET Framework net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4 509 3/12/2025
1.0.3 182 2/28/2025
1.0.2 310 1/30/2025
1.0.1 169 1/30/2025
1.0.0 158 1/30/2025

Initial release of the package.