Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuzakiH authored May 30, 2018
1 parent 560b6ee commit 9fa9480
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Unofficial API for [ToText](http://www.to-text.net) in .NET

# Website Description
To-Text Converter is a solution, which allows you to convert images and PDFs containing written characters to text documents with no need for any software installation.<br />
To-Text Converter is a solution, which allows you to convert images and PDFs containing written characters to text documents with no need for any software installation.<br /><br />
**Supported file formats: .tif, .jpg, .bmp, .png, .pdf**

## Examples
# Usage

```csharp
var totext = new ToText.ToText();
Expand All @@ -21,3 +21,5 @@ var text2 = totext.Convert(image, ToText.Languages.English);
var text3 = totext.Convert(byteArray, ToText.Languages.English);

```
# Dependencies
* [HtmlAgilityPack](https://www.nuget.org/packages/HtmlAgilityPack/)

0 comments on commit 9fa9480

Please sign in to comment.