credits: pdf file from DHL Thailand (price list)
to manipulate pdf file, in python the easiest way to do is read and translate it into to dataframe format. In this blog I will show you the most simple way to do so.
- packages that used in this matter is as follow
- def readpdf — Read file
- def pcol — this function is called to ask the user to confirm if there is any column is unnecessary to the final output, if so then remove column
Done!