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

后端 未结 0 681
执念已碎
执念已碎 2020-12-01 11:25
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         


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