From 92e02fa03d9bc7903806cb36de5d730969500f09 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Wed, 12 Dec 2018 08:26:59 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4cf77ba..878dc08 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,18 @@ Release History master ------ +**Improvements** + +* [#207](https://github.com/socialcopsdev/camelot/issues/207) Add a plot type for Stream text edges and detected table areas. [#224](https://github.com/socialcopsdev/camelot/pull/224) by Vinayak Mehta. + +**Bugfixes** + +* [#217](https://github.com/socialcopsdev/camelot/issues/217) Fix IndexError when scale is large. + +**Documentation** + +* Add pdfplumber comparison and update Tabula (stream) comparison. Check out the [wiki page](https://github.com/socialcopsdev/camelot/wiki/Comparison-with-other-PDF-Table-Extraction-libraries-and-tools). + 0.4.1 (2018-12-05) ------------------