Dynamically split documents based on a key word or text
The document we need to process are utility bills and their number of pages may vary a lot depending on how many rows are contained in the tables of the document.
So we cannot use the "page range" method because the risk is to exclude also pages that we needed to parse.
We would need to dynamically split the document based on the presence of a certain key word or text in a page.
Comments: 4
-
28 Mar, '24
Bas MergedWe have combined invoices that come in a single document. Each invoice can contain a different number of pages. It should be split per document instead of every page.
-
14 Jul, '24
Ajay Kumar MergedI have single which contains invoice, packing slip and label all in single document, format could be pdf or jpg. or image, I need to split this into multiple document to get different result for each document type of document can be identified using some keyword from the each document
-
15 Jul, '24
Sylvestre Dupont Admin Merged"Split combined document have multiple pages of different document into multiple document" (suggested by <Hidden> on 2024-07-14), including upvotes (1) and comments (0), was merged into this suggestion.
-
21 Jan
Sylvestre Dupont Admin"Split documents with varying page numbers" (suggested by <Hidden> on 2024-03-28), including upvotes (6) and comments (2), was merged into this suggestion.