I need to get the data in excel format in separate columns for below data which is in PDF file (containing multiple pages):
Excel sheet design should be like:
Column 1 Column2 Column3 Column4
Shipping# 1234
Order# ABC
Ship Line Product Description/ Srial No Qty
1 SLRCam 1234/ 4556 23445, 2
I have used read PDF text along with OCR and putting in excel file, but is giving me all data in single column with separate sheets as in PDF file.
Please help in the same to resolve.