Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-272 Improves annotation summary #273

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

gtache
Copy link
Contributor

@gtache gtache commented May 17, 2023

Closes #272
No actual implementation of import/export is available to avoid adding dependencies to the project just for this function.
Need to review / refactor this code given that it was developed 3 years ago.

@pcorless
Copy link
Owner

Do you think it would be possible to refactor the implementation to use RandomAccessFile instead of the wrapper FileSeekableStream?

@pcorless
Copy link
Owner

scrubber_annots.pdf
Here's a very wild test file, lot of annotation and not very well formed which can cause problems with new annoation work.

pcorless
pcorless previously approved these changes Nov 13, 2023
@pcorless
Copy link
Owner

I have a bit more testing to do but will try and get this in this week.

@gtache
Copy link
Contributor Author

gtache commented Jan 29, 2024

I replaced FileSeekableInputStream with BufferedInputStream, it should work without problems.

@pcorless
Copy link
Owner

pcorless commented Feb 1, 2024

Thanks. I was just testing with the file I posted above and I get a null pointer out the yCoordinates map in SummaryController. Is this still a draft pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve annotation summary
2 participants