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
The "一" character in Chinese is changed to "-" using DocumentConverter to convert a standard 'text' PDF to MD. No OCR.
model = nlp_model(loglevel="debug", text_ordering=True) model.apply_on_text("一些") >> -些
I tried
self.model = nlp_model(loglevel="debug", text_ordering=True, normalise_chars=False, normalise_text=False)
But no success
2.20.0
3.11
The text was updated successfully, but these errors were encountered:
cau-git
No branches or pull requests
Bug
The "一" character in Chinese is changed to "-" using DocumentConverter to convert a standard 'text' PDF to MD. No OCR.
Steps to reproduce
I tried
But no success
Docling version
2.20.0
Python version
3.11
The text was updated successfully, but these errors were encountered: