Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 276 Bytes

pdfToCsv

A Spring Boot Application that can retrieve data from pdf as csv string for data analysis purpose.

Run

mvn spring-boot:run

Make a post request at http://localhost:8080/api/pdf/convertCsv with param name 'file', vlaue = pdf file which you want to retrieve data.