Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
abcd
SUBMITTED BY:
pradeep
DATE:
July 18, 2016, 3:30 a.m.
FORMAT:
Text only
SIZE:
505 Bytes
Raw
Download
Tweet
HITS:
855
Go to comments
Report
Call both methods in main function,it is look like this
static void Main(string[] args)
{
// Set Sample Image Path
String ImagePath = AppDomain.CurrentDomain.BaseDirectory + "SampleImage.jpg";
ReadTextFromImage(ImagePath);
// Set Store Image Content text file Path
String StoreTextFilePath = AppDomain.CurrentDomain.BaseDirectory + "SampleText.txt";
ReadTextFromImage(ImagePath, StoreTextFilePath);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus