From 55cc9a3582499add599f435cae150dd777a81200 Mon Sep 17 00:00:00 2001 From: "Kian-Meng, Ang" Date: Tue, 20 Oct 2020 20:41:39 +0800 Subject: [PATCH] Fix typos and wordings --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef817b0..e40c1b5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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")