Add to docs how to resolve target page of outlines entries #825
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request
This PR adds to the docs how to resolve the target page number of Outlines entries. In #813 it has been raised whether this should be directly exposed by pdfminer.six, but since it's still unclear whether this will happen, at least we can provide a way of doing it in the current state of things.
How Has This Been Tested?
I've tested the code snippets included in the added documentation with 290 PDF documents. Unfortunately, I will have to stick to the classic "I cannot share these documents." But here there is a Colab with a few docs.
The only thing I have not be able to test is SE entries since I haven't been able to find any doc containing them. If anyone can provide such document I'd be happy to test that too.
Checklist