mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 03:17:57 +08:00
add extract images example
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
{1,
|
||||
("Extract Words with newline detection",
|
||||
() => OpenDocumentAndExtractWords.Run(Path.Combine(filesDirectory, "Two Page Text Only - from libre office.pdf")))
|
||||
},
|
||||
{2,
|
||||
("Extract images",
|
||||
() => ExtractImages.Run(Path.Combine(filesDirectory, "2006_Swedish_Touring_Car_Championship.pdf")))
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user