Skip to content

Commit

Permalink
Fix typos and wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Oct 20, 2020
1 parent cec4d43 commit 55cc9a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ source text recognition (OCR) Engine.

## Installation

The package can be installed by adding `tesseract_ocr` to your list of
dependencies in `mix.exs`:
Add `tesseract_ocr` to your list of dependencies in `mix.exs`:

```elixir
def deps do
Expand Down Expand Up @@ -51,7 +50,7 @@ iex> TesseractOcr.Words.read("test/resources/world.png")
[%{confidence: 95, word: "world", x_end: 185, x_start: 2, y_end: 56, y_start: 2}]
```

Convert imagem into PDF with text.
Convert image into PDF with text.

```elixir
iex> TesseractOcr.PDF.read("test/resources/world.png", "/tmp/test")
Expand Down

0 comments on commit 55cc9a3

Please sign in to comment.