How to parse data from a 5 layered PDF file ?

AVI

Member
I have a PDF which contains hierarchical data in the following structure:
Hospital 1
Physician 1
Prior Request
Patient 1
Detail 1
Detail 2
.....
Patient 2
Detail 1
Detail 2
.....
New Request
Patient 1
Detail 1
Detail 2
.....
Patient 2
Detail 1
Detail 2
.....

Physician 2
...

Hospital 2
....
To get this I am using a transformer program which uses a OSA/PDF RT parser. Hospital Info (Name) is being used as the packet separator. Now, for each Hospital I want to get the data packets which should have a folder structure exactly similar to the structure mentioned above.But I am not getting proper Output inspite of creating sections and folders in the 'Body' Tab of the Data Map. Can anybody please help me out.
 
Back
Top