####install python > 3.7
####install tesseract 4+
brew install tesseract
brew install tesseract-lang
####install pdftotext
pip install pdftotext
####install pdfminer
pip install pdfminer
Download the SpaCy model from the LINK
Paste the downloaded folder in the "./" path.
#####Postman Collection https://www.getpostman.com/collections/b7d2b992f00e6b385d11