Fixed formatting.
This commit is contained in:
parent
b2002012f0
commit
143a3b2475
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from ._media_converter import MediaConverter
|
|||
import base64
|
||||
import mimetypes
|
||||
|
||||
|
||||
class ImageConverter(MediaConverter):
|
||||
"""
|
||||
Converts images to markdown via extraction of metadata (if `exiftool` is installed), OCR (if `easyocr` is installed), and description via a multimodal LLM (if an llm_client is configured).
|
||||
|
|
|
|||
Loading…
Reference in a new issue