I am working on laravel 10 project.I want to read data from a pdf which is have both table format as well as string format .I want to read data against each column values and save them into corresponding columns in a mysql table.I have read the data using setassign/fpdi and smalot parsor package .Both case I failed to get the data from pdf table against each column in an array.How can this possible in laravel.As well as which one is the best package for doing this