From fd7f86901d08e4a87c4c5a4f3d191f9b8103b926 Mon Sep 17 00:00:00 2001 From: semvis123 Date: Mon, 7 Aug 2023 23:02:25 +0200 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 0e7aebf..c1ac7aa 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,7 @@ ## Go-catdoc, get text and metadata from .doc files. +[![GoDoc](https://godoc.org/github.com/semvis123/go-catdoc?status.svg)](https://godoc.org/github.com/semvis123/go-catdoc) +[![Tests](https://github.com/semvis123/go-catdoc/actions/workflows/go.yml/badge.svg)](https://github.com/semvis123/go-catdoc/actions/workflows/go.yml) + Uses Wazero to run catdoc as webassembly in Go. The catdoc source is slightly modified to support reading metadata in `.doc`. The msdoc.hexpat file is a pattern file for imhex that can parse the `summaryinformation` ole object inside the `.doc` file.