Skip to content

Commit

Permalink
Update-playground-sample: update output folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sri-hari-haran-g committed Aug 23, 2024
1 parent 6ced311 commit bf3c64d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//Get each image and save to the separate file.
for(int i=0; i<extractedImages.Length; i++)
{
File.WriteAllBytes(Path.GetFullPath(@"Output/" + i.ToString() + ".jpg"), (extractedImages[i] as MemoryStream).ToArray());
File.WriteAllBytes(Path.GetFullPath(@"Output/Output" + i.ToString() + ".jpg"), (extractedImages[i] as MemoryStream).ToArray());
}

//Close the document.
Expand Down

0 comments on commit bf3c64d

Please sign in to comment.