GithubHelp home page GithubHelp logo

normcontrol-document-parser's Introduction

PyOPDParse

Your logo

python license issueo issuec

The purpose of the project

PyOPDParse is a library written in Python that provides a set of classes to extract elements and attributes from ODT, PDF and DOCX files. As a result, you always get a single structure of elements and their properties.

Table of Contents

Core features

  • parser of structural elements of PDF documents,
  • parser of structural elements of ODT documents,
  • parser of structural elements of DOCX documents,
  • unified classes of structural elements for documents of the specified formats.

Installation

in dev

Examples

in dev

Project Structure

PyOPDParse/
├── README.md
├── LICENSE.md
├── requirements.txt
├── src/
│   ├── classes/
│       ├── interfaces/
│           ├── InformalParserInterface.py
│       ├── superclasses/
│           ├── StructuralElement.py
│       ├── Frame.py
│       ├── Image.py
│       ├── List.py
│       ├── Paragraph.py
│       ├── Table.py
│       ├── TableRow.py
│       ├── TableCell.py
│       ├── UnifiedDocumentView.py
│   ├── odt/
│       ├── elements/
│           ├── AutomaticStyleParser.py
│           ├── DefaultStyleParser.py
│           ├── RegularStyleParser.py
│           ├── ImageParser.py
│           ├── ListParser.py
│           ├── NodeParser.py
│           ├── ParagraphParser.py
│           ├── TableParser.py
│           ├── ODTDocument.py
│       ├── ODTParser.py
│   ├── pdf/
│       ├── pdfclasses/
│           ├── Line.py
│           ├── PDFParagraph.py
│       ├── PDFParser.py
│   ├── docx/
│       ├── DocxParagraphParser.py
│   ├── helpers/
├── examples/
├── docs/
├── tests/
└──   

Documentation

Current version available here

Getting started

in dev

License

in dev

Acknowledgments

The development team expresses its deep gratitude for the support provided to ITMO University.

Contacts

Your contacts. For example:

Authors

Viacheslav Martsinkevich

Vladislav Tereshchenko

Andrei Berezhkov

Galina Larionova

normcontrol-document-parser's People

Contributors

slavamarcin avatar vl-tershch avatar a-berezhkov avatar galinalar avatar axiomalive 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.