Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone authored Sep 26, 2023
1 parent 8ad4997 commit 6329e25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,17 @@ Watch the the automated setup process in action [here](https://asciinema.org/a/6
---

## Requirements:

System requirements for running the application (to support all the file types handled by textract):

```bash
sudo apt-get update
sudo apt-get install libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig -y
```

Python Requirements:

```bash
fastapi
pydantic
uvicorn
Expand Down

0 comments on commit 6329e25

Please sign in to comment.