From ec998329d7941a8bdcda896c5eb7b6e99bce1ed8 Mon Sep 17 00:00:00 2001 From: Hieu Lam Date: Wed, 15 Jan 2025 12:50:40 +0700 Subject: [PATCH] chore: added short description in README.md about the feature --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6bc91e6..6d7c08a 100644 --- a/README.md +++ b/README.md @@ -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