-
Notifications
You must be signed in to change notification settings - Fork 60
feat: Visualizer for table cells #325
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
Conversation
Signed-off-by: Peter Staar <[email protected]>
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 Require two reviewer for test updatesWonderful, this rule succeeded.When test data is updated, we require two reviewers
|
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
Signed-off-by: Peter Staar <[email protected]>
Signed-off-by: Peter Staar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have left couple comments inline.
Generally:
- seeing TableVisualizer, I am expecting it to also visualize the TableItem's top-level bbox (granted that this would overlap with LayoutVisualizer's output)
- I'd recheck the scope, name (e.g. rename to TableCellVisualizer if applicable), & exposed params
raise RuntimeError(f"Cannot visualize page-image for {page_nr}") | ||
|
||
else: | ||
_log.error("Can not yet visualise tables with multiple provenances") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this does not stop the execution, I would rather use a warning instead of error.
Signed-off-by: Peter Staar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
No description provided.