- 강의 질문
- AI TECH
markitdown 에러
2025.05.06 10:31 작성
markitdown github 페이지에 보니까 3월 23일로 버전업되면서 크게 바뀐 내용이 있다네요.
Version 0.1.0 (previously 0.1.0a6) is a large release, bringing many improvements over the previous 0.0.2 version.
High-level changes include:
Organized dependencies into feature groups — install only the converters you need, or get everything with
pip install markitdown[all]
한참 헤매다가 markitdown[all]로 해결했습니다
여러분들은 잘되십니까?