chore: added short description in README.md about the feature
This commit is contained in:
parent
979cdc6257
commit
a75f1a68fb
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue