LandingAI Split: separating bundled documents
My take — LandingAI Split takes a parsed PDF and the descriptions of document types that you want. It'll return each document's type, pages, and text, and so intake systems can send it to the right type of extraction.
I tried two sample packets with this, a lease with its attachments and a medical chart from a hospital stay. There's 18 pages and it comes as one file, as leases often do, but there's actually 8 different documents in there. The 6-page lease, house rules, security deposit policy, concession acknowledgement, and the bed bug, mold, pet, and satellite addendum. LandingAI split this into all the different documents just as you would expect. Some of them were 6 pages, the pet addendum was 3, and it worked perfect.
The second was a sample chart. It includes a registration, a consultation, an operation, progress notes, and all kinds of other medical things. Here we want to split it by report. So the lab report can go to a lab results extractor and an operative report can go to a separate extraction. We can't really split it based on condition because the diabetes and heart disease may be on the same page and scattered across pages.
This worked really well except for one page. This page is explicitly marked Medical Report Continued, and so I would have expected it to get this split correct.
In both cases, this is very useful. You often have these mixed jumbles of reports, especially when a customer or a patient is filling out forms where they might have 5 or 6 different forms and they just get scanned together. And breaking them up really makes things a lot easier.