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" />
<PackageReference Include="MarkItDownSharp" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=MarkItDownSharp&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:
- 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 | Versions 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.
Initial release of the package.