PaddleOCR
PaddleOCR copied to clipboard
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de...
193 main -> Error on line 179 ModuleNotFoundError No module named 'paddleclas' Traceback (most recent call last): File "C:\Users\1\OneDrive\Desktop\PDF\1.py", line 199, in main() File "C:\Users\1\OneDrive\Desktop\PDF\1.py", line 179, in main table_engine...
@Topdu https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_ch/algorithm_rec_svtr.md
Running **table_engine = PPStructure(layout=False, show_log=True)** command throws the following error: ModuleNotFoundError: No module named 'auto_log' 
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: ubantu 18 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: python3 tools/eval.py -c configs/e2e/e2e_r50_vd_pg.yml -o Global.checkpoints="./pretrain_models/en_server_pgnetA/best_accuracy" -...
 加载数据,我看他都可以读到图片和对应内容,但是一到transforms阶段就报出这个问题,请问是什么原因,折磨我好久了
Why you declaring PPStructure support for 80+ languages? [2022/10/24 19:41:47] ppocr ERROR: lang latin is not support, we only support dict_keys(['en', 'ch']) for layout models
File "C:\Users\1\OneDrive\Desktop\PDF\1.py", line 227, in paddleStruct result = table_engine(img) File "C:\Users\1\AppData\Local\Programs\Python\Python38\lib\site-packages\paddleocr\paddleocr.py", line 624, in __call__ res, _ = super().__call__( File "C:\Users\1\AppData\Local\Programs\Python\Python38\lib\site-packages\paddleocr\ppstructure\predict_system.py", line 98, in __call__ cls_res = next(cls_result) File "C:\Users\1\AppData\Local\Programs\Python\Python38\lib\site-packages\paddleclas-0.0.0-py3.8.egg\paddleclas\paddleclas.py",...
File "C:\Users\1\AppData\Local\Programs\Python\Python38\lib\site-packages\paddleocr\tools\infer\utility.py", line 382, in draw_ocr if scores is not None and (scores[i] < drop_score or TypeError: '
ocr = PaddleOCR(use_angle_cls=True, lang='lt',det=False) So using Latin.dic instead of Lithuanian, as result all Lithuanian characters is not recognizing det=False not working so i can disable details info nor ppocr DEBUG:...
In the paper of ppocrv3 they mentioned textconaug This augmentation concat 2 different images in a batch to form new images this augmentation is activated when i train I have...