Skip to content

Commit

Permalink
feat: add some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marromlam committed Jan 20, 2025
1 parent f58a864 commit ca6dc80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
import os
import re
import shutil
import string
import subprocess
import sys
import tempfile
import traceback
import zipfile
from io import BytesIO
from xml.dom import minidom
from typing import Any, Dict, List, Optional, Union
from pathlib import Path
Expand All @@ -32,6 +34,7 @@
import requests
from bs4 import BeautifulSoup
from charset_normalizer import from_path
from lxml import etree as ET

# Optional Transcription support
IS_AUDIO_TRANSCRIPTION_CAPABLE = False
Expand Down

0 comments on commit ca6dc80

Please sign in to comment.