A solution that aims to produce project listing raw data from existing data sources like listing brochure.
TBU
As the solution requires a number of tools and OS specific libraries to make it work, you will need to install/sign up for the following libraries/tools
Install one the following libraries based on your target operating system.
To begin on OSX, first make sure you have the homebrew package manager installed.
pdftotext is included as part on the xpdf utilities library. xpdf can be installed via homebrew
brew install xpdf
pdftotext is included in the poppler-utils library. To installer poppler-utils execute
apt-get install poppler-utils
Sign up for the AI tool and generate the API_KEY
that is used in .env
files.
TBU
TBU
Transform raw PDF data into useful project information. The following commands takes in a .zip
folder containing the PDFs and outputs a CSV
file, structured with the relevant properties.
npm run extract:text pdfs.zip