We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All headers in the generated markdown files are at the same level, i.e. ##
For example, in the sample PDF to markdown conversion, section 3 has multiple sub-sections:
....
...
The correct header levels really should be something like this:
It would be great if the header level can be fixed, because this can keep the hierarchical structure of the original article.
Just run the sample code of this repo. ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug
This is probably not a real bug but a feature request:All headers in the generated markdown files are at the same level, i.e. ##
.For example, in the sample PDF to markdown conversion, section 3 has multiple sub-sections:
3 Processing pipeline
....
3.1 PDF backends
...
3.2 AI models
The correct header levels really should be something like this:
3 Processing pipeline
....
3.1 PDF backends
...
3.2 AI models
...
It would be great if the header level can be fixed, because this can keep the hierarchical structure of the original article.
Steps to reproduce
Just run the sample code of this repo.
...
Docling version
...
Python version
...
The text was updated successfully, but these errors were encountered: