New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ocrservice

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocrservice

ocrservice for letter sorting machine

  • 0.1.88
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
29
decreased by-17.14%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 29 Feb 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc