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

fv

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fv

FormVision is a node.js library for extracting data from scanned forms

  • 0.0.19
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

FormVision NPM version Dependency Status devDependency Status

FormVision is a node.js library for extracting data from scanned forms.

Features

  • Extract text, barcodes and checkboxes from images
  • Specify expected region, type and validation for each field
  • Supports incorporation of domain specific knowledge (wrong place, right data)
  • Supports multiple transformations (half printed, half written, different offsets)
  • Meant to cut red tape!

Installation

$ npm install fv

Quick Start

Install fv, download that image and that schema. Now run the command-line interface:

  • Print raw data extracted from image (without matching).

coffee bin/cli.coffee --remove-red --lang=deu m10-printed.png ```

  • Print form data extracted from image using the specified schema (with matching).

coffee bin/cli.coffee --remove-red --lang=deu --schema=m10-schema.json m10-printed.png ```

What's next?

Here are some quick links to help you get started:

License

Licensed under the incredibly permissive MIT License. Copyright © 2013-2014 Christoph Schulz. Dependencies may be licensed differently.

Keywords

FAQs

Package last updated on 04 Dec 2019

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