Развертывание OCR-модуля
1. Установка Docker
Set up Docker's apt repository
Install the Docker packages
Verify that the installation is successful
Linux post-installation steps for Docker Engine
Create the docker group
Add your user to the docker group
You can also run the following command to activate the changes to groups:
Configure Docker to start on boot
2. Развертывание OCR
Clone the OCR repository
Build and run
* В случае, если вы разворачиваете сервис OCR на другой машине, вам следует открыть общий доступ к папке /var/lib/datagaze/.data/data, а затем смонтировать её на машине, хостящей сервис OCR.
Edit /etc/samba/smb.conf and add the following:
Set up a Samba password for your user:
In case your user is
dlp_admin
then you should runsudo smbpasswd -a dlp_admin
Mount the share from the machine hosting your OCR service:
Last updated