add extract images example

This commit is contained in:
Eliot Jones
2020-04-18 18:55:44 +01:00
parent 563985e2b4
commit 23087fe38c
2 changed files with 47 additions and 0 deletions

View File

@@ -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")))
}
};