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
I've been using the amazon-textract-textractor for a while and have encountered an issue where the bounding boxes for markdown-converted text are inaccurate when I try to retrieve and draw them. I suspect this problem arises during the conversion from regular text to markdown, and it might not be handled correctly (or maybe I'm the only one who needs bounding boxes for markdown text! ).
From what I can tell, the bounding boxes are not being adjusted properly for the markdown/config file text that's generated. For example, when a prefix or suffix (provided as a parameter in the config file) is added, the bounding box needs to be updated accordingly. Similarly, when using settings like the same_layout_element_separator or add_prefixes_and_suffixes_as_words, vertical adjustments need to be made as well.
I'm wondering if there’s a known solution to this issue? Here are the textractor function and config file I'm using.
Hi Devs,
I've been using the amazon-textract-textractor for a while and have encountered an issue where the bounding boxes for markdown-converted text are inaccurate when I try to retrieve and draw them. I suspect this problem arises during the conversion from regular text to markdown, and it might not be handled correctly (or maybe I'm the only one who needs bounding boxes for markdown text! ).
From what I can tell, the bounding boxes are not being adjusted properly for the markdown/config file text that's generated. For example, when a prefix or suffix (provided as a parameter in the config file) is added, the bounding box needs to be updated accordingly. Similarly, when using settings like the same_layout_element_separator or add_prefixes_and_suffixes_as_words, vertical adjustments need to be made as well.
I'm wondering if there’s a known solution to this issue? Here are the textractor function and config file I'm using.
The text was updated successfully, but these errors were encountered: