Skip to content

Commit

Permalink
chore: added short description in README.md about the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lh0x00 committed Jan 15, 2025
1 parent f6aa6ae commit ec99832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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
Expand Down

0 comments on commit ec99832

Please sign in to comment.