First, ensure you have using Python 3.8.
To get started with the repository:
git clone https://github.com/AxaFrance/axa-fr-ocr.git
cd axa-fr-ocr
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtYou are now ready to contribute! Run unit tests with:
cd src
python -m unittestPlease respect the following PULL_REQUEST_TEMPLATE.md
Please respect the following ISSUE_TEMPLATE.md