Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 815 Bytes

pdfTable

pdfTable is a library that converts a PDF with table content into a Comma Seperated Value file.

Assumptions

  • Data is a tabular view of an object.
  • There are some unnecessary lines that should be filtered out.
  • Keys are left aligned, Values are right aligned.
  • Some values wrap lines and forego the previously mentioned alignments.
  • There is empty space between objects.

Installation

Currently this description is a placeholder.

Basic Usage

Currently this description is a placeholder.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add comments, and open a pull request.