fast microservice to accompany n8n workflow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create ocr-service.service

authored by

Jasper Mayone and committed by
GitHub
a6f73d85 2b2c07c1

+13
+13
ocr-service.service
··· 1 + [Unit] 2 + Description=OCR Microservice 3 + After=network.target 4 + 5 + [Service] 6 + User=your-username 7 + WorkingDirectory=/path/to/ocr_service 8 + Environment="PATH=/path/to/ocr_service/venv/bin" 9 + ExecStart=/path/to/ocr_service/venv/bin/python main.py 10 + Restart=always 11 + 12 + [Install] 13 + WantedBy=multi-user.target