From 39cf5c2d81e35d56670222e1b5244b9c99791334 Mon Sep 17 00:00:00 2001 From: changetocoding <63453969+changetocoding@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:00:14 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1ecdc3e..97609d7 100644 --- a/Home.md +++ b/Home.md @@ -9,7 +9,7 @@ This wiki contains more detail on various aspects of the public API and the PDF - Creates PDF documents containing text and path operations. - Read content from encrypted files by providing the password. - Document Layout Analysis - PdfPig also comes with some tools for document layout analysis such as the Recursive XY Cut, Document Spectrum and Nearest Neighbour algorithms, along with others. It also provides support for exporting page contents to Alto, PageXML and hOcr format. See [Document Layout Analysis](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis) -- Tables are not directly supported but you can use [Tabula Sharp](https://github.com/BobLd/tabula-sharp) or [Camelot Sharp](https://github.com/BobLd/camelot-sharp). If you're unsure of which one to use, someone did the work for you [comparision](https://github.com/atlanhq/camelot/wiki/Comparison-with-other-PDF-Table-Extraction-libraries-and-tools) +- Tables are not directly supported but you can use [Tabula Sharp](https://github.com/BobLd/tabula-sharp) or [Camelot Sharp](https://github.com/BobLd/camelot-sharp). As of 2023 Tabula-sharp is the most complete port [comparision](https://github.com/BobLd/tabula-sharp/discussions/27) This provides an alternative to the commercial libraries such as [SpirePDF](https://www.e-iceblue.com/Introduce/pdf-for-net-introduce.html) or copyleft alternatives such as [iText 7](https://github.com/itext/itext7-dotnet) (AGPL) for some use-cases.