Skip to content

Commit

Permalink
chore: Tests badge in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rntrp authored Jan 4, 2024
1 parent e53bbb4 commit 78d91bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Go Version](https://img.shields.io/github/go-mod/go-version/rntrp/go-fitz-formpost)](https://go.dev/dl/)
[![Go Report Card](https://goreportcard.com/badge/github.com/rntrp/go-fitz-formpost)](https://goreportcard.com/report/github.com/rntrp/go-fitz-formpost)
[![Docker Image](https://img.shields.io/docker/image-size/rntrp/go-fitz-formpost/latest?logo=docker)](https://hub.docker.com/r/rntrp/go-fitz-formpost)
[![Tests](https://github.com/rntrp/go-fitz-formpost/actions/workflows/tests.yml/badge.svg)](https://github.com/rntrp/go-fitz-formpost/actions/workflows/tests.yml)

# Document to Image Formpost Microservice
A microservice based on [`go-fitz`](https://github.com/gen2brain/go-fitz), a Go wrapper for the [MuPDF](https://mupdf.com/) Fitz library. Accepts PDF and EPUB documents via `multipart/form-data` POST requests, delivers images in response.
Expand Down

0 comments on commit 78d91bb

Please sign in to comment.