Skip to content

Conversation

ManeeGit
Copy link

Checklist:

  • Documentation has been updated, if necessary.
  • Examples have been added, if necessary.
  • Tests have been added, if necessary.

- Add --stats CLI flag to display comprehensive conversion metrics
- Show document processing statistics (success rate, throughput, timing)
- Display detailed pipeline operation timings for performance analysis
- Automatically enable profiling when stats are requested
- Support both single document and batch processing analytics
- Include unit tests for the new functionality
- Add comprehensive documentation and demo examples

This feature helps users identify processing bottlenecks, optimize workflows,
and benchmark performance across different systems.
Copy link
Contributor

DCO Check Failed

Hi @ManeeGit, 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 commit

Run this command:

git commit --allow-empty -s -m "DCO Remediation Commit for Maneesh Malepati <[email protected]>

I, Maneesh Malepati <[email protected]>, hereby add my Signed-off-by to this commit: 602223c57944ea66d6013523e44f011f37217150
I, Maneesh Malepati <[email protected]>, hereby add my Signed-off-by to this commit: 21504a300d92b20b49a532e6b96a1e02bdf0f7a0
I, Maneesh Malepati <[email protected]>, hereby add my Signed-off-by to this commit: 524212a45c423586e6a92d67d93d6ccbb7a56e54"
git push

🔧 Advanced: Sign off each commit directly

For the latest commit:

git commit --amend --signoff
git push --force-with-lease

For multiple commits:

git rebase --signoff origin/main
git push --force-with-lease

More info: DCO check report

Copy link

dosubot bot commented Sep 28, 2025

Related Documentation

Checked 2 published document(s). No updates required.

You have 5 draft document(s). Publish docs to keep them always up-to-date

How did I do? Any feedback?  Join Discord

Copy link

mergify bot commented Sep 28, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 Enforce conventional commit

This rule is failing.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

❌ Patch coverage is 90.56604% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
docling/cli/main.py 90.56% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

@@ -1,3 +1,9 @@
## [Unreleased]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not touch the CHANGELOG. This will be done by the CI/CD automatically.

@@ -0,0 +1,32 @@
# Example Contribution
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this. We have similar steps outlined in the CONTRIBUTING file. If you would like to propose changes there, please do it in a standalone PR.

@@ -0,0 +1,91 @@
#!/usr/bin/env python3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need an example for the CLI. Please remove.

@@ -0,0 +1,107 @@
# Performance Statistics Feature
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We won't add a standalone page for this feature. Please rework it and add it as an addition to advanced_options.md.

The section could be about the performance statistics in general and a subsection (shorter than this) for how to use it in the CLI.

@dolfim-ibm dolfim-ibm requested a review from cau-git September 29, 2025 06:57
@dolfim-ibm
Copy link
Contributor

@ManeeGit Please see the changes requested above. Also, make sure to sign-off your commits. You can apply the remediation commit, but this must be the last one of the contribution.

@dolfim-ibm
Copy link
Contributor

@ManeeGit any update on the comments above? We would like to quickly finalize this work, or we will close it as stale.

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.

2 participants