From 0198f5527cf656baefcad820fd4508390b370d92 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 22 Dec 2018 11:15:55 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 6a0a2e7..7bfa3f0 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ master **Improvements** +* [#229](https://github.com/socialcopsdev/camelot/issues/229), [#230](https://github.com/socialcopsdev/camelot/issues/230) and [#233](https://github.com/socialcopsdev/camelot/issues/233) New configuration parameters. [#234](https://github.com/socialcopsdev/camelot/pull/234) by Vinayak Mehta. + * `strip_text`: To define characters that should be stripped from each string. + * `edge_tol`: Tolerance parameter for extending textedges vertically. + * `resolution`: Resolution used for PDF to PNG conversion. + * Check out the [advanced docs](https://camelot-py.readthedocs.io/en/master/user/advanced.html#strip-characters-from-text) for usage details. * [#170](https://github.com/socialcopsdev/camelot/issues/170) Add option to pass pdfminer layout kwargs. [#232](https://github.com/socialcopsdev/camelot/pull/232) by Vinayak Mehta. * Keyword arguments for [pdfminer.layout.LAParams](https://github.com/euske/pdfminer/blob/master/pdfminer/layout.py#L33) can now be passed using `layout_kwargs` in `read_pdf()`. * The `margins` keyword argument in `read_pdf()` is now deprecated.