Skip to content

Commit

Permalink
document updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sayadaazami committed Nov 2, 2016
1 parent 011fcf0 commit 3897060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ Ho to use:
$r = $plate->setPlate($plak);
print_r($r->getparsedData()); exit;
print_r($plate->isCab());
```

### Get plate as image
```php
$plate->getImage('path/to/export/image.png');
```

0 comments on commit 3897060

Please sign in to comment.