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
This is a brilliant work on form data extraction. I was working on a custom model on top of this research. However, I ma stuck at one point. I want to extract the bounding box of the recognized entity. While I am able to retrieve the entity o/p I'm confused where are we storing the bounding box of the recognized entity in runtime memory (if we are doing that at all)
I could not find any exactly relevant issue thread answering my question. PFB the o/p of my code.
[note] spans/rangeTemp is giving me a tuple, but I'm looking for the complete bounding box x1 through y4.
The text was updated successfully, but these errors were encountered:
Dear Team,
This is a brilliant work on form data extraction. I was working on a custom model on top of this research. However, I ma stuck at one point. I want to extract the bounding box of the recognized entity. While I am able to retrieve the entity o/p I'm confused where are we storing the bounding box of the recognized entity in runtime memory (if we are doing that at all)
I could not find any exactly relevant issue thread answering my question. PFB the o/p of my code.
[note] spans/rangeTemp is giving me a tuple, but I'm looking for the complete bounding box x1 through y4.
The text was updated successfully, but these errors were encountered: