wenwenyu / PICK-pytorch

Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
https://arxiv.org/abs/2004.07464
MIT License
553 stars 191 forks source link

Fix bug: deal with bounding boxes of which height is 0 or width is 0. #31

Closed tengerye closed 3 years ago

tengerye commented 3 years ago

The original codes raise an exception when the width or height of bounding boxes is 0.

wenwenyu commented 3 years ago

Thank you for you contribution.