feat(jumbf-parser): #46: add manifest parsing functionality#65
Merged
aasheptunov merged 14 commits intoMay 7, 2026
Merged
Conversation
2 tasks
lasnown
reviewed
May 7, 2026
lasnown
reviewed
May 7, 2026
…t store for JPG files to handle cases where the APP11 marker appears in the raw bytes
aasheptunov
added a commit
that referenced
this pull request
May 7, 2026
* feat: #46: implement box parsing from bytes and base box class * test: #46: add tests for box parsing * test: #46: add tests for extracting manifest strore from pdf * feat: #46: add parcing manifest store from pdf * feat: #46: add helper functions for parcing boxes * test: #46: add tests for extracting manifest strore from jpeg * test: #46: add jpeg parsing * refactor: #46: add a strategy pattern based on content_type * refactor: #46: move extractor functions to a one file * refactor: #46: run ruff format * refactor: #46: formatting corrections * refactor: #46: modify the logic for extracting bytes from the manifest store for JPG files to handle cases where the APP11 marker appears in the raw bytes * refactor: #46: formatting corrections --------- Co-authored-by: Artem Sheptunov <106321977+Infindery@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #46