atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.64k stars 354 forks source link

Split text ignores all text to the right of last cut #293

Closed vinayak-mehta closed 5 years ago

vinayak-mehta commented 5 years ago

Consider a horizontal textline with x1=100, x2=200 and text='abc def' with a line cut at 150 between abc and def. In this case, def will be ignored completely when split_text=True.