Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 472 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 472 Bytes

F4763 Ch09

可以前往專案實際操作

這份原始碼有加入可以讀取含有圖片的 PDF 檔案

安裝步驟

git clone https://github.com/FlagTech/Officefile_bot.git
cd Officefile_bot
pip install -r requirements.txt
執行 main.py

如果有遇到

ImportError: failed to find libmagic.  Check your installation

請卸載 python-magic

pip uninstall python-magic