mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-11 14:45:31 +00:00
Update README.md
This commit is contained in:
@@ -46,6 +46,11 @@ PDFs can be `POST`ed to `/analyze` as multipart file request. The response will
|
|||||||
]}
|
]}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Supported cli arguments (`--units`, `--roles`) can be supplied as http parameters. Example:
|
||||||
|
```bash
|
||||||
|
> curl ... localhost:80/analyze?roles=body&units=words
|
||||||
|
```
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
All credits go to the Algorithms and Data Structures Group from
|
All credits go to the Algorithms and Data Structures Group from
|
||||||
University of Freiburg for [ad-freiburg/pdfact](https://github.com/ad-freiburg/pdfact).
|
University of Freiburg for [ad-freiburg/pdfact](https://github.com/ad-freiburg/pdfact).
|
||||||
@@ -53,4 +58,4 @@ University of Freiburg for [ad-freiburg/pdfact](https://github.com/ad-freiburg/p
|
|||||||
## License
|
## License
|
||||||
Published under CC0. Do whatever you want :-)
|
Published under CC0. Do whatever you want :-)
|
||||||
|
|
||||||
*(but also check the license of pdfact if you are going to use the image as is).*
|
*(but also check the license of pdfact if you are going to use the image as is).*
|
||||||
|
|||||||
Reference in New Issue
Block a user