Pieter Marsman

Results 29 issues of 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...

bug

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.

type: development
type: ux
type:deprecate
status: accepted

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...

type: discussion
type: development
type: ux
status: accepted

**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...

type: bug
status: needs solution

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...

type: development
status: needs solution

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...

type: new feature
status: needs solution

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...

type: documentation
status: accepted

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...

type: documentation
status: accepted

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...

type: development
status: accepted