abcd


SUBMITTED BY: pradeep

DATE: July 18, 2016, 3:30 a.m.

FORMAT: Text only

SIZE: 505 Bytes

HITS: 843

  1. Call both methods in main function,it is look like this
  2. static void Main(string[] args)
  3. {
  4. // Set Sample Image Path
  5. String ImagePath = AppDomain.CurrentDomain.BaseDirectory + "SampleImage.jpg";
  6. ReadTextFromImage(ImagePath);
  7. // Set Store Image Content text file Path
  8. String StoreTextFilePath = AppDomain.CurrentDomain.BaseDirectory + "SampleText.txt";
  9. ReadTextFromImage(ImagePath, StoreTextFilePath);
  10. }

comments powered by Disqus