LM-Kit.NET
Enterprise-grade .NET SDK for building LLM applications.
Published by LM-Kit
Distributed by ComponentSource since 2025
Prices from: US$ 980.00 Version: 2026.x NEW Updated: May 10, 2026
Released: Feb 22, 2026
MarkdownToPdf converter (LMKit.Document.Conversion) with full formatting support (headings, bold/italic, code blocks, lists, blockquotes, tables, links, horizontal rules).EmlToPdf converter (LMKit.Document.Conversion) with embedded attachment support.markdown_to_pdf and eml_to_pdf built-in document tools.paddleocr-vl:0.9b.VlmOcrIntent enum and VlmOcr(LM, VlmOcrIntent) constructor for explicit OCR intent selection (plain text, table, formula, chart, coordinates, seal, Markdown).VlmOcr.GetSupportedIntents(LM) to query the intents a model is known to support with dedicated behavior.Canvas drawing API (LMKit.Graphics.Drawing): A fluent, in-place 2D drawing surface backed by ImageBuffer with coverage-based antialiasing, Pen/Brush styling, and support for lines, rectangles, quadrilaterals, ellipses, polygons, and rounded rectangles.VlmOcrIntent.OcrWithCoordinates). Each recognized text region is returned as a TextElement with a bounding box mapped back to the original source image coordinates.