Skip to content

Commit

Permalink
fix(transcription): IS_AUDIO_TRANSCRIPTION_CAPABLE should be iniztial…
Browse files Browse the repository at this point in the history
…ized
  • Loading branch information
absadiki committed Dec 21, 2024
1 parent 125e206 commit 00c0301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
from charset_normalizer import from_path

# Optional Transcription support
IS_AUDIO_TRANSCRIPTION_CAPABLE = False
try:
# Using warnings' catch_warnings to catch
# pydub's warning of ffmpeg or avconv missing
Expand Down

0 comments on commit 00c0301

Please sign in to comment.