Sascha Rogmann

Results 21 comments of Sascha Rogmann

I executed black, it reformatted my changes in _page.py and test_page.py :-).

@pubpub-zz I added the font-dictionary and the font-size in the text-visitor-function. I added the reference to the font-dictionary instead of the BaseFont because I didn't know what might be of...

@pubpub-zz One could add helper classes like PositionedText to support parsing of formatted texts. I used tests/test_page.py as some kind of inkubator ;-). ` assert textDat.get_base_font() == "/Arial,Bold"`

@MartinThoma In my opinion the PR was ready 22 days ago. I will have a look at the current state.

@MartinThoma I merged and resolved conflicts. The PR should work. You may have a look at it. Each change of the output-result in _extract_text requires a visitor-call in _extract_text: ```...

@MartinThoma I added DictionaryObject in cmaps (my last commit-comment is wrong).

@MartinThoma Thanks for merging! An additation to CONTRIBUTORS.html would be fine. > I think this has a lot of potential, but it's also pretty hard to use. We will need...

Two hours ago I edited a larger pdf-file created by qpdf --stream-data=uncompress I remembered this old PR and used update_offsets.py to fix the offsets. I added len_stream = None to...

@Lucas-C The essential work on update_offsets.py was completed in August 2022. As of August 2022, I was able to automatically supplement offsets in simple PDFs. I don't know why the...

@Lucas-C I updated this PR. During testing, I noticed an issue (specifically with pytest on Unix). In the `Makefile`, the test directory is written as 'Tests' with a capital 'T',...