v1.2.0
Bug fixes and improvements:
- docd: refactor Dockerfile and publish to DockerHub (#101)
- Updated dependency for poppler and removed bash arg check (#100)
- doc: improve metadata parsing so that titles can be reliably extracted (#99)
- add test for TestConvertHTML (#93)
- actions: stop building for Go 1.13
- rtf: don't ignore lines less than 5 characters long (#91)
- pptx_test: check returned error before deferring f.Close()
- add note about ignored error check
- docd: remove unused convertPath function
- remove path separator from ioutil.TempFile prefix
- add Sourcegraph badge to README
- support PowerPoint files in Convert functions
- ocr: update gosseract to v2
- pptx: add support for MS PowerPoint files (#71)
- avoid double copy on tidy
- Update tidy pkg to use NewLocalFile func
- support windows temp directories
- add go mod support
- pdf: add extra time layout for pdfs
- try to avoid loading file data into slices
- Fixes
- Get docx contents reading [Content_Types].xml to get correct file names