camelot-py/camelot
Francois Huet f0b2cffb17 Replace constant padding with expansion heuristic
Fixed all unit tests.
Removed constant padding added around tables in the last step of the
initial discovery mode of the stream algorithm.
Replaced it with a heuristic that attempts to expand the table up while
respecting columns identified so far.
Updated unit tests to reflect new behavior, improved rejection of
extraneous information in few cases.
Added unit test covering a use case where the header has vertical test.
Made improvements to better support vertical text in tables.
2020-04-05 17:05:06 -07:00
..
ext Merge pull request #34 from KOLANICH/win_ghostscript_callback_fix 2019-07-24 13:39:18 +03:00
parsers Replace constant padding with expansion heuristic 2020-04-05 17:05:06 -07:00
__init__.py No need to monkey-patch Click.HelpFormatter 2019-07-04 13:13:32 +03:00
__main__.py Blacken code 2019-07-03 23:47:42 +05:30
__version__.py Update HISTORY.md and bump version 2019-07-07 16:07:28 +05:30
cli.py No need to monkey-patch Click.HelpFormatter 2019-07-04 13:13:32 +03:00
core.py Replace constant padding with expansion heuristic 2020-04-05 17:05:06 -07:00
handlers.py Blacken code 2019-07-03 23:47:42 +05:30
image_processing.py Update image_processing.py 2019-07-04 00:06:46 +05:30
io.py Blacken code 2019-07-03 23:47:42 +05:30
plotting.py Blacken code 2019-07-03 23:47:42 +05:30
utils.py Update flavor kwargs 2019-07-06 22:59:51 +05:30