Anybody suggest me the idea of scraping the data from PDF file and save it to MySql database using PHP or any other tool.
Actually, I am creating a script which will read the plain-text content (Convert pdf content to Plain text using apache-tika tool), and save it to the database. But this is a very lengthy process and not accurate.
So, please suggest me any other approach to complete this task.