All codes related to pdf parsing.
Harsh Parikh 0f6ba65fb1 added new parsers | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
complaints | %!s(int64=2) %!d(string=hai) anos | |
docker | %!s(int64=2) %!d(string=hai) anos | |
expert_report | %!s(int64=2) %!d(string=hai) anos | |
expert_resume | %!s(int64=2) %!d(string=hai) anos | |
pdfs | %!s(int64=2) %!d(string=hai) anos | |
server_documents | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos |
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
Enter into the Code
directory by using the following command
cd 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
Activate a new screen and activate the containers using the following commands.
screen -S docker
docker-compose up