chore: added short description in README.md about the feature

This commit is contained in:
Hieu Lam 2025-01-15 12:50:40 +07:00
parent 979cdc6257
commit a75f1a68fb

View file

@ -81,6 +81,12 @@ result = md.convert("example.jpg")
print(result.text_content)
```
### Extensions
#### Automatic Code Language Detection
Install `guesslang` with the command `pip install guesslang` to enable automatic code language recognition, especially useful for converting documents from web pages.
### Docker
```sh