Skip to content

Commit 4835848

Browse files
committed
1043933: Updated
1 parent ad64adb commit 4835848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Text Extraction/Extract-text-from-the-entire-PDF-document/.NET/Extract-text-from-the-entire-PDF-document

Text Extraction/Extract-text-from-the-entire-PDF-document/.NET/Extract-text-from-the-entire-PDF-document/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
{
1212
extractedText += page.ExtractText();
1313
}
14-
// Save the extracted JSON data into an output file.
14+
// Save the extracted text content to a TXT file
1515
File.WriteAllText(Path.GetFullPath(@"Output/Output.txt"), extractedText, Encoding.UTF8);
1616
}

0 commit comments

Comments
 (0)