Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kevin-Bronsdijk/e31eee8abd54279ecfc1 to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/e31eee8abd54279ecfc1 to your computer and use it in GitHub Desktop.
azure-search-indexing-documents-using-tika
const string url = "http://download.microsoft.com/download/E/7/B/E7B25440-1569-40B5-989E-3951FC178214/Microsoft_Press_eBook_Introducing_HDInsight_PDF.pdf";
var textExtractionResult = new TextExtractor().Extract(new Uri(url));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment