Convert scanned pdf to excel format using Java
I have a scanned file. I am able to convert that into Excel using Adobe Acrobat Pro DC installed software.
I looked up for the same in the cloud and found "https://cloud.acrobat.com/convertpdf", but it says it is not supported in the country.
Also can I achieve the same export operation using an api which could be called from code, so that I could convert the pdf received into excel using the code and later use the excel for further process from there.