bugsysha4 years agoLevel 61ReplyReport SpamWhy don't you use tabula-py? From my experience python packages work great. Like Reply 1 like
adityar15 OP 4 years agoLevel 2ReplyReport SpamThat’s true they work great. But the current code base of the project is in Laravel and if there is no option in Laravel or PHP then the REST API in Python is a way forward. Like Reply
bugsysha4 years agoLevel 61ReplyReport SpamNot true. You can run terminal commands from PHP. The simplest way is to use backticks or shell_exec() function. Here you can read more about "backticks" and here you can read more about shell_exec(). Like Reply