ramSeraph

Results 37 comments of ramSeraph

In general.. Can we split PDFMiner texttline objects based on whitespace and only use the non-blank areas in checking for inclusion in table/column/row/cell? This might fix most of the errors...

> @ramSeraph Can you elaborate on how to implement the fix for this? I think I have the same issue with this doc: > > [Example 1.pdf](https://github.com/camelot-dev/camelot/files/8299384/Example.1.pdf) it might be...

> is this the same issue?: [atlanhq/camelot#475](https://github.com/atlanhq/camelot/pull/475) The fix in the pull request deals with the problem further down the line. The diff i posted in the above comment is...

I personally pinned the camelot version in my project and monkeypatched the fix in.

Sounds more like a bug that has been fixed.. you seem to be passing '.' in the strip argument.. that is supposed to strip the decimal points.

It looks that way from the code.. https://github.com/camelot-dev/camelot/blob/644bbe7c6d57b95aefa2f049a9aacdbc061cc04f/camelot/utils.py#L503-L505 It used to only strip at the end of the line, but now it strips from the whole line. It was changed...

added a PR for the same and more at https://github.com/timonwong/uwsgi_exporter/pull/27

If someone hasn't "taken over" yet.. Let's discuss if anyone is willing to.. here? I suspect enough people know the code base by know to help out in parts.

Got gdal2tiles working with webp.. will consider submitting a PR soon.