From c1220b3317bea6c2a17de58d4478e2df67ead776 Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Fri, 19 May 2023 11:06:42 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecb24ef..64a36fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 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) [![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.