Nithu has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
We are planning to convert a PDF to a readable format and store in a Hash structure. The PDF content is something thing like below in table format,
Title1
Field1: Field1 Desc
Id:
Id No 1234
Synopsis:
Synaopsis of the field1
Field2: Field2 Desc
Id:
Id No 5678
Synopsis:
Synaopsis of the field2
Title2:
Field1: Field1 Desc
Id:
Id No 1234
Synopsis:
Synaopsis of the field1
Field2: Field2 Desc
Id:
Id No 5678
Synopsis:
Synaopsis of the field2
Can one someone help?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: To read the respective fields from the PDF file
by LanX (Saint) on Mar 31, 2014 at 11:44 UTC | |
|
Re: To read the respective fields from the PDF file
by vinoth.ree (Monsignor) on Mar 31, 2014 at 07:34 UTC |