PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

No module named 'auto_log'

Open KhushiPatel09 opened this issue 2 years ago • 1 comments

Running table_engine = PPStructure(layout=False, show_log=True) command throws the following error: ModuleNotFoundError: No module named 'auto_log'

image

KhushiPatel09 avatar Oct 23 '22 04:10 KhushiPatel09

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 avatar Oct 23 '22 08:10 nicken

@nicken Thank you!

KhushiPatel09 avatar Oct 27 '22 07:10 KhushiPatel09