I'm trying to remove the text which is length less than equal to 4 from the input given. I'm using EasyOcr

前端 未结 0 1239
春和景丽
春和景丽 2020-12-01 14:52
bounds = reader.readtext(np.array(images[0]), min_size=0, slope_ths=0.2, ycenter_ths=0.7, height_ths=0.6, width_ths=0.8,decoder=\'beamsearch\', beamWidth=10)
print(b         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题