All codes related to pdf parsing.
Harsh Parikh e03fd85dea generalised code for expert report parsing | 2 years ago | |
---|---|---|
complaints | 2 years ago | |
docker | 2 years ago | |
expert_report | 2 years ago | |
expert_resume | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago |
virtual environment
.
Go to the home directory by typing the following command.
cd ~
Make a new directory Installs
using the following command:
mkdir Installs
Create a virtual environment venv
python3 -mvenv venv
Activate the virtual environment:
source ~/Installs/venv/bin/activate
Installing Java
Check if Java is installed in your system. If the command below throws an error, refer to this documentation
java -version
Launch the terminal.
Enter the following command to go to the base directory:
cd ~
Make a new directory Code
by using the following command:
mkdir Code
Pull the current repository by entering the following command:
git pull gogs@git.fafadiatech.com:harsh/pdf_parser.git
Change the directory to the docker file by the following command.
cd ~/Code/pdf_parser/docker/
Check if "docker" is installed in your machine using the command below.
docker ps
Pull the required images using the following command.
docker pull docker-compose.yml
Build the docker volume using the following command.
docker-compose build
Activate a new screen and activate the containers using the following commands.
screen -S docker
docker-compose up