Update README.md

This commit is contained in:
Daniel Bauer
2023-05-19 11:07:54 +02:00
committed by GitHub
parent 5b82593cb2
commit efbf0e8e1f

View File

@@ -1,7 +1,7 @@
# pdfact-service
[![License](https://img.shields.io/github/license/dnlbauer/pdfact-service)](./LICENSE)
[![actions](https://github.com/dnlbauer/pdfact-service/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/dnlbauer/pdfact-service/actions)
[![Docker](https://img.shields.io/docker/pulls/dnlbauer/pdfact-service)](https://hub.docker.com/r/dnlbauer/pdfact-service/tags)
[![License](https://img.shields.io/github/license/dnlbauer/pdfact-service)](./LICENSE)
![actions](https://github.com/dnlbauer/pdfact-service/actions/workflows/build.yml/badge.svg?branch=main)
[![Docker](https://img.shields.io/docker/pulls/dnlbauer/pdfact-service)](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.