Pieter Marsman
Pieter Marsman
I get this error when I try to do `gr.Client(developer_key=config['key'], developer_secret=config['secret']).authorize()` ``` Traceback (most recent call last): File "/Users/pieter/.virtualenvs/data_gatherer/lib/python3.6/site-packages/rauth/service.py", line 21, in process_token_request return tuple(data[key] for key in args) File...
Such that this mypy error dissapears: ``` main.py:13: error: Skipping analyzing "imantics": module is installed, but missing library stubs or py.typed marker [import] ```
See #735. Do this 6 months after is has been deprecated.
https://github.com/pdfminer/pdfminer.six/blob/d6fd7e76b272e88dca67f7fabead397601ec6fce/pdfminer/settings.py#L1 The global parameter `STRICT` from settings.py is used in a lot of different components of pdfminer. Having a global parameter implies that uses either want to do everything strict...
**Bug report** Copy of #471 (by @imochoa) Sadly, I cannot upload the problematic PDFs due a non-disclosure agreement. I can however point out the issue and share my fix. When...
Currently, we have a couple of pdf's as test case. However, a lot of bug reports come with problematic pdf's. It would be great if we could add regression tests...
The current distance function computes the area between two textboxes. This can prioritize the grouping of textboxes A and B, while C is in between A and B. This is...
Split of from #497 by @typhoon71 Now that the AcroForm howto is merged, I suppose I can consider some other cases. I waited after the PR got merged because it...
The learning curve for pdf's can be quite steep. It would help new contributors (like me) if there are some recommended readings or references. I suggest we put those in...
It would be nice to measure the execution time of all tests that parse a specific pdf file. With this in place it is easy to check if PR's increase/decrease...