From 3fb3d2f45b092bf939d0b50ec2d54ede15b093e1 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Wed, 12 Oct 2016 14:06:56 -0400 Subject: [PATCH] add note about upscaling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ebe677..82bed8f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ You can [head to the docs](#docs) for a full treatment of the API. Figures out what words are in `image`, where the words are in `image`, etc. > Note: image should be be sufficiently high resolution. > Often, the same image will get much better results if you upscale it before calling `recognize`. + - `image` is any [ImageLike](#imagelike) object. - `options` is either absent (in which case it is interpreted as `'eng'`), a string specifing a language short code from the [language list](./docs/tesseract_lang_list.md), or a flat json object that may: + include properties that override some subset of the [default tesseract parameters](./docs/tesseract_parameters.md)