Hi Forum,
I am trying to extract details from PDF which i am reading as text file and extracting , where there are some general details and some specific user details which are dynamic(1 file may have , other may have more depending on file)
So I am able to extract general details and specific user details for the first occurrence.
Which is the best approach to extract the 2nd or 3rd occurrence of user details. We will have an information of who many occurrences are expected in file .
for example this is what my file would look like :
Number of Investors : 3
name : XYZcompany
some random text and words
Corperate ID : 123XCBQaxe
Corperate Name : Reliance india pvt ltd
Investement : 1020003
some random text and words
some random text and words some random text and words
some random text and words
name : ABCcompany2
some random text and words
Corperate ID : 1243twbvhjz
Corperate Name : Tata india pvt ltd
Investement : 5649803
some random text and words
some random text and words
some random text and words
name : EFGCompant
some random text and words
Corperate ID : 56987sjgdf
Corperate Name : Adani india pvt ltd
Investement : 325412
Expected Output per occurrence
Name :
Corperate ID :
Corperate name :
Investment :
Please do let me know if you need more details