Hi ,
I am trying to extract data from a PDF however, i want the data to be extracted in a key value paired. For example, if PDF has a place that says enter "First name and and Middle Initial". Then this will act as the key. When the user enters their First name and Middle initial", then that will be data.
Does adobe a has a service that does this in Java?
thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @LendonSi ,
You can make use of Java APIs to read the pdf contents, below are some references
https://developer.adobe.com/document-services/apis/pdf-extract/
https://www.nutrient.io/blog/programmatically-editing-a-pdf-using-java/
https://www.baeldung.com/java-pdf-file-read
https://www.javadoc.io/doc/com.itextpdf/itextpdf/5.2.0/com/itextpdf/text/Document.html
Hope it helps.
Regards,
Anupam Patra
Hi @LendonSi ,
You can make use of Java APIs to read the pdf contents, below are some references
https://developer.adobe.com/document-services/apis/pdf-extract/
https://www.nutrient.io/blog/programmatically-editing-a-pdf-using-java/
https://www.baeldung.com/java-pdf-file-read
https://www.javadoc.io/doc/com.itextpdf/itextpdf/5.2.0/com/itextpdf/text/Document.html
Hope it helps.
Regards,
Anupam Patra
@LendonSi Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Is your problem solved? Here is one more solution:
Demo: https://www.compdf.com/demo/idp/document-parsing
Guides: https://www.compdf.com/guides/idp/self-hosted-deployment/comidp-api
Views
Replies
Total Likes