Edouard Belval
Edouard Belval
This seems similar to #424 which should be fixed in 1.9.2. Can you test with the latest version?
Thank you for the thorough and nicely formatted issue. My hunch would be that there is sorting happening somewhere that incorrectly assumes that all text is left to right and...
I'll try to reproduce the issue on our side and get back to you on this. Thanks!
I was able to find the asset online, the issue is that the page is rotated and Textractor has a significant amount of logic that does ordering based on x...
Issue is mitigated by settign the JPEG compression parameters, will require further discussion for using PNG as we otherwise see a significant latency hit.
Could you provide an example? `cell.text` should be the correct one but I suspect what you are seeing is caused by a merged cell. A table cell that belongs to...
I was able to reproduce the issue. Once #404 is merged and version 1.8.4 is released it should be fixed.
Regarding that last message do you have an example of `LAYOUT_LIST` containing `LAYOUT_SECTION_HEADER` or `LAYOUT_TITLE`?
What is the use case here? Isn't this redundant since Config contains region as well?
If this happens often you can probably get away with a coarse filtering on the `len(table.title.get_text()) > 50` (or another suitable value). Unfortunately this is a Textract Tables issue and...