@ -178,8 +178,8 @@ Figures out what words are in `image`, where the words are in `image`, etc.
**Arguments:**
**Arguments:**
- `image` see [Image Format](./image-format.md) for more details.
- `image` see [Image Format](./image-format.md) for more details.
- `options` a object of customized optons
- `options` a object of customized options
- `rectangle` an object to specify the region you want to recognized in the image, the object should contain top, left, width and height, see example below.
- `rectangles` an array of objects to specify the regions you want to recognized in the image, each object should contain top, left, width and height, see example below.