Last active
May 16, 2016 06:02
-
-
Save Kevin-Bronsdijk/ccf6d0d8dda717b4658e839f7f440694 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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