mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 22:25:30 +00:00
CC0
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,5 @@
|
||||
# pdfact-service
|
||||
[](http://unlicense.org/)
|
||||
[](./LICENSE)
|
||||
[](https://hub.docker.com/r/dnlbauer/pdfact-service/tags)
|
||||
|
||||
A Webservice to analyze the content of PDF Documents using a HTTP API. This is a simple HTTP wrapper around [ad-freiburg/pdfact](https://github.com/ad-freiburg/pdfact) and builds the container image directly from their source.
|
||||
@@ -47,4 +47,10 @@ PDFs can be `POST`ed to `/analyze` as multipart file request. The response will
|
||||
```
|
||||
|
||||
## Thanks
|
||||
All credits go to the Algorithms and Data Structures Group from University of Freiburg for [ad-freiburg/pdfact](https://github.com/ad-freiburg/pdfact).
|
||||
All credits go to the Algorithms and Data Structures Group from
|
||||
University of Freiburg for [ad-freiburg/pdfact](https://github.com/ad-freiburg/pdfact).
|
||||
|
||||
## License
|
||||
Published under CC0. Do whatever you want :-)
|
||||
|
||||
*(but also check the license of pdfact if you are going to use the image as is).*
|
||||
Reference in New Issue
Block a user