PaddlePaddle / PaddleOCR

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 deployment among server, mobile, embedded and IoT devices)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于空格的检测

xuhui1994 opened this issue · comments

39fe60024cafd5aa37b931ef117d091
如上图,遇到空格会分段,怎么能将空格连起来,运行命令为python tools/infer/predict_system.py --image_dir="./doc/imgs/card/" --det_model_dir="./ch_PP-OCRv3_det_infer/" --rec_model_dir="./ch_PP-OCRv3_rec_infer/" --use_angle_cls=false。使用的字典中有空格

建议你在获取到检测框后,写个代码对检测框合并代码把同一行的box合并成一个框