Update README.md to clarify installation steps and add LibreOffice dependency
This commit is contained in:
parent
5abfa4998d
commit
caa4d6d2ef
12
README.md
12
README.md
|
|
@ -35,14 +35,20 @@ doc-processing-app
|
||||||
cd 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 -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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue