diff --git a/README.md b/README.md index dc3df6e..79dcf98 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,20 @@ doc-processing-app cd doc-processing-app ``` -2. Install the required dependencies: +2. Install LibreOffice (required for document processing): + ``` + brew install libreoffice + ``` + +3. Install the required dependencies: ``` pip install -r requirements.txt + pip install -U magic-pdf[full] ``` -3. Configure the application by editing the `src/config/settings.py` file to set the paths for the object storage and target directory. +4. Configure the application by editing the `src/config/settings.py` file to set the paths for the object storage and target directory. -4. Create a `.env` file based on the `.env.example` file to set up necessary environment variables. +5. Create a `.env` file based on the `.env.example` file to set up necessary environment variables. ## Usage diff --git a/data/doc/20220707_na_decision-2.docx b/data/doc/20220707_na_decision-2.docx new file mode 100644 index 0000000..83b304c Binary files /dev/null and b/data/doc/20220707_na_decision-2.docx differ