Replies: 1 comment
-
Hi, there is nothing implemented that will give you larger chunks (unless you want the full narrative text). One idea that will group all boxes with the same label is to write a post processing function that loops over all layout sections sorted by ascending ˋreading_orderˋ and groups all text of consecutive same label. However, this might give you some unexpected behavior, as well… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want the layout detector to make bigger chunks out of my text blocks, how do I do that? I already tried adjusting everything in the config.
Here is the issue visualized: Screenshot
As you can see, there are too many text boxes in the second paragraph and I want the layout boxes to capture the whole text as one box.
I appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions