Git Product home page Git Product logo

icdar-2019-sroie's Introduction

SROIE T3 information extraction

Description

Dockerized version of the SROIE task 3 challenge (key information extraction)

Usage

To use the docker image, first pull the image using

`docker pull jumpst3r/infoextraction

And then execute

docker run -it --rm -v /FULL_PATH_TO/input.csv:/input/input.csv -v /FULL_PATH_TO_OUTPUT_FOLDER/:/output/ jumpst3r/infoextraction sh /input/script.sh /input/input.csv /output/

where /FULL_PATH_TO/input.csv corresponds to the the path to a csv file containing the coordinates of the word level bounding boxes and their content:

x1,x2,y1,y2,text_content

The output consists of a json file containing the extracted information according to the SROIE task 3 description:

{
  "company": "STARBUCKS STORE #10208",
  "address": "11302 EUCLID AVENUE, CLEVELAND, OH (216) 229-0749",
  "date": "14/03/2015",
  "total": "4.95"
}

The docker image is also compatible with DIVAServices a web-based framework providing streamlined access to DOI methods.

Sources

Original repo

icdar-2019-sroie's People

Contributors

patrick22414 avatar zzzdavid avatar jumpst3r avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.