I need to upload files count words and letters of .docx, .doc, and .pdf extensions. I try with help of DOCUNTER but it is not working for me. link: https://github.com/joeblurton/doccounter.
include "class.doccounter.php";
$doc = new DocCounter();
$doc->setFile("sample.pdf");
print_r($doc->getInfo());
echo $doc->getInfo()->wordCount;
The result is not found by this code in PHP