Page wise image segregation #448
Replies: 1 comment
|
Hi @Deepak-Zais, thanks for the suggestion! Let me start by clarifying the current behavior: Current behaviorExtracted images are saved into a single flat directory Relevant code: Page mapping is already available via JSON outputIf you run with {
"type": "image",
"id": 2,
"page number": 1,
"bounding box": [1507.354, 45.472, 1675.946, 214.064],
"source": "mydoc_images/imageFile1.png"
}So a small post-processing script can move/rename images into per-page folders, or you can use the JSON itself as an index. About your requestA native option that segregates images on disk by page (e.g., |
Uh oh!
There was an error while loading. Please reload this page.
in image extraction add the page wise segregation, that helps find the images more quickly and can be mapped easily.
All reactions