Socket
Socket
Sign inDemoInstall

ocrservice

Package Overview
Dependencies
120
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ocrservice

ocrservice for letter sorting machine


Version published
Weekly downloads
1
decreased by-98.18%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ocrservice

Build Status endorse

This package is a part of services for letter sorting machine. Ocrservice is the ocr part, you can install it as systemd service. It will watch a directory for new images files. It scanns all that images an sends the results to the master service via websocket.

Install

npm install forever -g
npm install ocrservice -g

Usage

Installing a systemd service.

ocrservice install myservicename /my/image/path/

or as init.d script

ocrservice install --type init myservicename /my/image/path/

You can install/run more than one service. So it is possible to try a second run with different parameters. To see all parameters run.

ocrservice variables

The systemd service reads that variables from /etc/sysconfig/myservicename. The init.d script keeps that variables inside.

##debian notes

See [https://thomashunter.name/blog/running-a-node-js-process-on-debian-as-an-init-d-service/]

Keywords

FAQs

Last updated on 29 Feb 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc