Maintenance moved to Monday 17.3. at 13:00. ETA 60 - 90 minutes.
# file-parser
Extract text from documents or images ### run locally: ``` sudo make deploy ``` ### test file parsing: ``` curl -F "file=@/home/user/Documents/test.pdf" localhost:5000/upload ```