-
Notifications
You must be signed in to change notification settings - Fork 61
feat: Google Docs, Files, PDF URLs, Spreadsheets, Presentations to EXPORT URL #320
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
base: main
Are you sure you want to change the base?
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 Require two reviewer for test updatesThis rule is failing.When test data is updated, we require two reviewers
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
@vtempest it seems your commits are not yet signed-off. Can you please follow the steps in https://github.com/docling-project/docling-core/pull/320/checks?check_run_id=43652326093? |
Will someone write unit tests for codecov? Or where to add them? |
should this be in a separate file like called url-to-doc-adapters.py which should handle google docs, dropbox, scribr etc |
0c6c6e9
to
86c6ba4
Compare
… to export URL Signed-off-by: vtempest <[email protected]>
…ling-project#311) * feat(BoundingBox): add methods for overlap and union calculations Signed-off-by: samiullahchattha <[email protected]> * format files Signed-off-by: samiullahchattha <[email protected]> --------- Signed-off-by: samiullahchattha <[email protected]> Co-authored-by: samiullahchattha <[email protected]> Signed-off-by: vtempest <[email protected]>
Signed-off-by: vtempest <[email protected]>
…g-project#313) Adding support for section_header levels in doctags deserialization Signed-off-by: Christoph Auer <[email protected]> Signed-off-by: vtempest <[email protected]>
fix: typer version with new click Signed-off-by: Michele Dolfi <[email protected]> Signed-off-by: vtempest <[email protected]>
Signed-off-by: vtempest <[email protected]>
* feat: add table annotations Signed-off-by: Panos Vagenas <[email protected]> * refactor annotation types Signed-off-by: Panos Vagenas <[email protected]> * expand to HTML Signed-off-by: Panos Vagenas <[email protected]> * introduce annotation serializer Signed-off-by: Panos Vagenas <[email protected]> * Update dummy_doc.yaml Signed-off-by: Panos Vagenas <[email protected]> --------- Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: vtempest <[email protected]>
* feat: add subscript & superscript formatting Signed-off-by: Panos Vagenas <[email protected]> * switch to enum Signed-off-by: Panos Vagenas <[email protected]> --------- Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: vtempest <[email protected]>
This is checking the overall tests in the repo. But in this case I don't really know if we can easily make tests. Maybe with some public readable links. |
will some one handle the coddcov? do i just need to sign the commits |
coddcov is not an issue, it is only a warning. but the sign-off is indeed required. |
Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: vtempest <[email protected]>
Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: vtempest <[email protected]>
Signed-off-by: vtempest <[email protected]>
Signed-off-by: vtempest <[email protected]>
Signed-off-by: vtempest <[email protected]>
Signed-off-by: vtempest <[email protected]>
Ok I signed and tried to merge the updated files. Let me know if the merges were correct or I can resubmit PR since it is confusing what went throught |
this is so weird. now the git history shows some mixed merge. I'm sorry to ask it, but it could be easier to make a fresh PR where all the commits are signed-off from the beginning. |
Signed-off-by: vtempest <[email protected]>
✅ DCO Check Passed Thanks @vtempest, all your commits are properly signed off. 🎉 |
It needs 2 people to approve the merges to the standard files like pyproject toml |
Google Docs, Files, PDF URLs, Spreadsheets, Presentations to EXPORT URL