You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Left:
is the result from
model = lp.EfficientDetLayoutModel("lp://PubLayNet/tf_efficientdet_d0/config")
layout = model.detect(img)
lp.draw_box(img, layout)
Right:
is the result from pytesseract.image_to_data()
Clearly the left one is not right. Is there a way to fix it?
The text was updated successfully, but these errors were encountered:
Describe the bug
Left:
is the result from
model = lp.EfficientDetLayoutModel("lp://PubLayNet/tf_efficientdet_d0/config")
layout = model.detect(img)
lp.draw_box(img, layout)
Right:
is the result from pytesseract.image_to_data()
Clearly the left one is not right. Is there a way to fix it?
The text was updated successfully, but these errors were encountered: