We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2f44b commit e1eab52Copy full SHA for e1eab52
README.md
@@ -15,6 +15,7 @@ Documentation is available at [http://www.vzzual.com/page_API.html](http://www.v
15
req = vzzual.Request.create(
16
filters=[{ 'filter': 'facedetect' }, { 'filter': 'exif' }])
17
req.add_files('image.jpg')
18
+ req.submit()
19
results = req.get_results(wait=True)
20
```
21
@@ -31,4 +32,4 @@ Documentation is available at [http://www.vzzual.com/page_API.html](http://www.v
31
32
3. Run the tests
33
```sh
34
$] nose2
- ```
35
+ ```
0 commit comments