Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dannnylo committed Oct 25, 2020
1 parent e855b16 commit 6d711e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `tesseract_ocr` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tesseract_ocr, "~> 0.1.4"}
{:tesseract_ocr, "~> 0.1.5"}
]
end
```
Expand Down Expand Up @@ -56,7 +56,7 @@ Convert image into PDF with text.
iex> TesseractOcr.PDF.read("test/resources/world.png", "/tmp/test")
"/tmp/test.pdf"
```
Convert imagem into TSV with text.
Convert image into TSV with text.

```elixir
iex> TesseractOcr.TSV.read("test/resources/world.png", "/tmp/test")
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule TesseractOcr.MixProject do
def project do
[
app: :tesseract_ocr,
version: "0.1.4",
version: "0.1.5",
elixir: "~> 1.6",
description: description(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 6d711e9

Please sign in to comment.