0.0.19 • Published 4 years ago

fv v0.0.19

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.

0.0.19

4 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago