Conversation
|
❌ DCO Check Failed Hi @PeterStaar-IBM, your pull request has failed the Developer Certificate of Origin (DCO) check. This repository supports remediation commits, so you can fix this without rewriting history — but you must follow the required message format. 🛠 Quick Fix: Add a remediation commitRun this command: git commit --allow-empty -s -m "DCO Remediation Commit for Ahmed Nassar [email protected] <[email protected]>
I, Ahmed Nassar [email protected] <[email protected]>, hereby add my Signed-off-by to this commit: a06d2fa74839fd35d9f5add486aea5da78368f12
I, Ahmed Nassar [email protected] <[email protected]>, hereby add my Signed-off-by to this commit: cafaf8ee56efc291ecf43c6bcaa7287a1d78c09e
I, Christoph Auer <[email protected]>, hereby add my Signed-off-by to this commit: aa565c05029604f2968b47192f5a91f66a53b0cd"
git push🔧 Advanced: Sign off each commit directlyFor the latest commit: git commit --amend --signoff
git push --force-with-leaseFor multiple commits: git rebase --signoff origin/main
git push --force-with-leaseMore info: DCO check report |
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/
|
Signed-off-by: Peter Staar <[email protected]>
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Signed-off-by: Peter Staar <[email protected]>
Signed-off-by: Peter Staar <[email protected]>
|
|
||
| return predictions | ||
|
|
||
| def _do_prediction_on_image_to_table( |
There was a problem hiding this comment.
This method has no call sites in docling. We should remove it here and put it where it is needed.
| progress=progress, | ||
| ) | ||
|
|
||
| def _do_prediction_on_image_to_table( |
There was a problem hiding this comment.
This method has no call sites in docling. We should remove it here and put it where it is needed.
| label=table_cluster.label, | ||
| ) | ||
|
|
||
| def _match_text( |
There was a problem hiding this comment.
_match_text is only called in _do_prediction_on_image_to_table, which is not called from any code in docling.
No description provided.