Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuzakiH authored Jun 2, 2018
1 parent 9fa9480 commit 312031c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To-Text Converter is a solution, which allows you to convert images and PDFs con
var totext = new ToText.ToText();

// using a file in your pc (image or pdf file)
var text1 = totext.Convert(@"{filePath}", ToText.Languages.English);
var text1 = totext.Convert($"{filePath}", ToText.Languages.English);

// using Image object
var text2 = totext.Convert(image, ToText.Languages.English);
Expand Down

0 comments on commit 312031c

Please sign in to comment.