DS4SD / docling

Get your documents ready for gen AI
https://ds4sd.github.io/docling
MIT License
10.52k stars 508 forks source link

docs: fix parameter in usage.md #332

Closed capsenz closed 1 week ago

capsenz commented 1 week ago

Fixed parameter in of DocumentStream in usage.md.

Issue resolved by this Pull Request: Resolves #331

Checklist:

dolfim-ibm commented 1 week ago

@capsenz thanks for your first contribution. Before we can approve and merge this, we require you to rebase your commit with a sign-off. See the the CONTRIBUTING.md guidelines.

In practice, these steps should do it.

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~1 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin docs/documentstream_in_usage
capsenz commented 1 week ago

DCO passed so this should be good to go