update readme
This commit is contained in:
parent
4e9e956589
commit
cb0c4145de
12
README.md
12
README.md
@ -22,8 +22,18 @@ as a drop-in replacement for the [CodeProject AI ALPR API](https://www.codeproje
|
|||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
- upload: (File) The image file to process. (see [Pillow.Image.open()](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.open) for supported formats)
|
- upload: (File) The image file to process. (see [Pillow.Image.open()](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.open) for supported formats)
|
||||||
|
- grid_size: (Integer) The grid size to use when no match have been found on the whole image (default: 4)
|
||||||
|
- wanted_cells: (String) The wanted cells to use when no match have been found on the whole image (default: all cells)
|
||||||
|
- format: ``1,2,3,4,...`` *(comma separated list of integers, max: grid_size^2)*
|
||||||
|
- *Example for a grid_size of 3:*
|
||||||
|
```
|
||||||
|
1 | 2 | 3
|
||||||
|
4 | 5 | 6
|
||||||
|
7 | 8 | 9
|
||||||
|
```
|
||||||
|
|
||||||
**Response**
|
|
||||||
|
**Response**
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"success": (Boolean) // True if successful.
|
"success": (Boolean) // True if successful.
|
||||||
|
Loading…
Reference in New Issue
Block a user