turicas / rows

A common, beautiful interface to tabular data, no matter the format
GNU Lesser General Public License v3.0
865 stars 136 forks source link

Remove assertion from line 476 #293

Closed vmesel closed 5 years ago

vmesel commented 5 years ago

Hey guys,

As I'm working with pretty irregular PDFs, line size changes are very common. It doesn't make any sense to just assert the line with the pre-defined length. I think we should create a new field so we can store that data or something like that.

What do you think?

turicas commented 5 years ago

I've removed the assert before merging feature/plugin-pdf into develop. Thanks!