Giter Club home page Giter Club logo

byob's Introduction

Convert PDF to DOC and CSV

The application can convert scanned pdfs to docs and can extract table data to store in the form of a csv. The application is tuned to work on a specific structure of pdfs (similar to finanical entries)

Installation

Supports installation using docker

git pull https://github.com/twitu/byob
cd byob
docker build -t byob-app .

It can also be built from source
(Note: instructions are for bash only)

git pull https://github.com/twitu/byob
cd byob
virtualenv -p python3 byob_env
. byob_env/bin/activate
sudo apt-get install -y tesseract-ocr
python3 -m pip install -r requirements.txt

Usage:

Note: use the documentation to mount the files/directory you want to convert

With the byob_env environment activated

python3 driver.py <arguments>

With docker use

docker run --rm byob-app:latest <arguments>

Arguments

Use -h argument to get instructions for help
Use -f | --path to give path of file or directory
Use --csv | --doc to specify if you want to convert file to csv or doc
Use -m | --mode to select parsing mode (it is optional and default mode is standard)

License:

GNU GPLv3 open source license

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.