MuPDF.NET4LLM
0.2.9-rc.1
dotnet add package MuPDF.NET4LLM --version 0.2.9-rc.1
NuGet\Install-Package MuPDF.NET4LLM -Version 0.2.9-rc.1
<PackageReference Include="MuPDF.NET4LLM" Version="0.2.9-rc.1" />
<PackageVersion Include="MuPDF.NET4LLM" Version="0.2.9-rc.1" />
<PackageReference Include="MuPDF.NET4LLM" />
paket add MuPDF.NET4LLM --version 0.2.9-rc.1
#r "nuget: MuPDF.NET4LLM, 0.2.9-rc.1"
#:package MuPDF.NET4LLM@0.2.9-rc.1
#addin nuget:?package=MuPDF.NET4LLM&version=0.2.9-rc.1&prerelease
#tool nuget:?package=MuPDF.NET4LLM&version=0.2.9-rc.1&prerelease
About
MuPDF.NET4LLM provides LLM/RAG helpers for MuPDF.NET: PDF-to-Markdown conversion, layout parsing, and document structure analysis. It is designed for use with LlamaIndex and similar RAG (Retrieval-Augmented Generation) pipelines.
This package extends MuPDF.NET with:
- PDF-to-Markdown — Convert PDF pages to Markdown with layout awareness (tables, headers, images)
- Layout parsing — Extract document structure (pages, boxes, tables, images) as JSON or structured objects
- LlamaIndex integration —
PDFMarkdownReaderfor compatibility with LlamaIndex document loading - OCR support — Optional OCR for scanned or image-heavy pages
- Form fields — Extract key/value pairs from interactive PDF forms
Install with dotnet add package MuPDF.NET4LLM. MuPDF.NET is installed automatically as a dependency.
License and Copyright
MuPDF.NET4LLM is part of MuPDF.NET and is available under the Artifex Community License and commercial license agreements. If you determine you cannot meet the requirements of the Artifex Community License, please contact Artifex for more information regarding a commercial license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
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 |
|---|---|---|
| 0.2.9-rc.1 | 41 | 3/19/2026 |
LLM/RAG helpers for PDF processing: Markdown conversion, layout analysis, multi-column detection.