fmorenovr / pyPDFReader

Read PDF using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyPDFReader

Toolkits to pre-process text to be trained using NLP

1) Installing conda environment

    conda env create --name pyPDFReader --file requirements.yaml 

or

    pip install -r requirements.txt

2) Updating conda environment

    conda env export > requirements.yaml

or

    pip list --format=freeze > requirements.txt

Add submodule

git submodule add -b main https://github.com/fmorenovr/pypdfReader.git path_to_install/pypdfReader
git submodule update --remote

Delete submodule

  • First, remove local directories:
git rm --cached path_to_submodule
rm -rf path_to_submodule
  • Then, remove it in files .gitsubmodules and .git/config.

  • Finally, remove it from git:

rm -rf .git/modules/path_to_submodule

About

Read PDF using python


Languages

Language:Python 100.0%