Updated Home (markdown)

davebrokit
2024-05-27 19:59:36 +01:00
parent 7722a7f82e
commit 604acd3280

@@ -96,7 +96,7 @@ using (var document = PdfDocument.Open(sourcePdfPath))
``` ```
In this example a more advanced document extraction is performed In this example a more advanced document extraction is performed
``` ```cs
//using UglyToad.PdfPig.DocumentLayoutAnalysis.PageSegmenter; //using UglyToad.PdfPig.DocumentLayoutAnalysis.PageSegmenter;
//using UglyToad.PdfPig.DocumentLayoutAnalysis.ReadingOrderDetector; //using UglyToad.PdfPig.DocumentLayoutAnalysis.ReadingOrderDetector;
//using UglyToad.PdfPig.DocumentLayoutAnalysis.WordExtractor; //using UglyToad.PdfPig.DocumentLayoutAnalysis.WordExtractor;