PaddleOCR
PaddleOCR copied to clipboard
No module named 'auto_log'
Running table_engine = PPStructure(layout=False, show_log=True) command throws the following error: ModuleNotFoundError: No module named 'auto_log'
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/test_tipc/docs/install.md#4-%E5%AE%89%E8%A3%85paddleocr%E4%BE%9D%E8%B5%96
# 安装AutoLog
git clone https://github.com/LDOUBLEV/AutoLog
cd AutoLog
pip3.7 install -r requirements.txt
python3.7 setup.py bdist_wheel
pip3.7 install ./dist/auto_log-1.0.0-py3-none-any.whl
@nicken Thank you!