Skip to content

Instantly share code, notes, and snippets.

@Kevin-Bronsdijk
Last active May 16, 2016 06:02
Show Gist options
  • Save Kevin-Bronsdijk/ccf6d0d8dda717b4658e839f7f440694 to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/ccf6d0d8dda717b4658e839f7f440694 to your computer and use it in GitHub Desktop.
var connection = ScanRConnection.Create("your_token");
var client = new ScanRClient(connection);
var response = client.Scan("C:\\your_location\image.jpg", Language.English);
var text = response.Result.Body.Text;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment