Giter Club home page Giter Club logo

egrulpp's Introduction

egrulpp - EGRUL Pdf Parser

Parser for pdf files retreives from egrul.nalog.ru.

The parsing result is the object with entity data (Legal entity or Sole entity).

LE:

{
    "type": "LE",
    "name": {
        "full": "ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ \"РОГА И КОПЫТА\"",
        "short": "ООО \"РОГА И КОПЫТА\""
    },
    "addr": {
        "postcode": "300000",
        "region": "ОБЛАСТЬ ТУЛЬСКАЯ",
        "city": "ГОРОД ТУЛА",
        "street": "УЛИЦА ИВАНОВА",
        "build": "0"
    },
    "reg": {
        "ogrn": "1077123456789",
        "regdate": "01.01.2001"
    },
    "fns": {
        "inn": "7101234567",
        "kpp": "710123456",
        "ifns": "МЕЖРАЙОННАЯ ИНСПЕКЦИЯ ФЕДЕРАЛЬНОЙ НАЛОГОВОЙ СЛУЖБЫ № 11 ПО ТУЛЬСКОЙ ОБЛАСТИ"
    },
    "pfr": {
        "regnum": "081000123456",
        "dpfr": "ГОСУДАРСТВЕННОЕ УЧРЕЖДЕНИЕ - УПРАВЛЕНИЕ ПЕНСИОННОГО ФОНДА РОССИЙСКОЙ ФЕДЕРАЦИИ ПО ПРОЛЕТАРСКОМУ РАЙОНУ Г.ТУЛА"
    },
    "fss": {
        "regnum": "710000123456789",
        "dfss": "ГОСУДАРСТВЕННОЕ УЧРЕЖДЕНИЕ - ТУЛЬСКОЕ РЕГИОНАЛЬНОЕ ОТДЕЛЕНИЕ ФОНДА СОЦИАЛЬНОГО СТРАХОВАНИЯ РОССИЙСКОЙ ФЕДЕРАЦИИ"
    },
    "head": {
        "surname": "ИВАНОВ",
        "name": "ИВАН",
        "patronymic": "ИВАНОВИЧ",
        "inn": "710012345678",
        "position": "ДИРЕКТОР",
        "phone": "(0000)123456"
    }
}

SE (IP):

{
    "type": "SE",
    "kind": "IP",
    "name": {
        "full": "ИНДИВИДУАЛЬНЫЙ ПРЕДПРИНИМАТЕЛЬ ИВАНОВ ИВАН ИВАНОВИЧ",
        "short": "ИП ИВАНОВ И.И."
    },
    "citizenship": {
        "citizenship": "гражданин Российской Федерации"
    },
    "reg": {
        "ogrn": "304710123456789"
    },
    "fns": {
        "inn": "710012345678",
        "ifns": "МЕЖРАЙОННАЯ ИНСПЕКЦИЯ ФЕДЕРАЛЬНОЙ НАЛОГОВОЙ СЛУЖБЫ № 11 ПО ТУЛЬСКОЙ ОБЛАСТИ"
    },
    "pfr": {
        "regnum": "081000123456",
        "dpfr": "ГОСУДАРСТВЕННОЕ УЧРЕЖДЕНИЕ - УПРАВЛЕНИЕ ПЕНСИОННОГО ФОНДА РОССИЙСКОЙ ФЕДЕРАЦИИ ПО ЗАРЕЧЕНСКОМУ РАЙОНУ Г.ТУЛА"
    },
    "head": {
        "surname": "ИВАНОВ",
        "name": "ИВАН",
        "patronymic": "ИВАНОВИЧ",
        "sex": "мужской"
     }
 }

SE (KFH):

{
    "type": "SE",
    "kind": "KFH",
    "name": {
        "full": "ГЛАВА КРЕСТЬЯНСКОГО (ФЕРМЕРСКОГО) ХОЗЯЙСТВА ИВАНОВ ИВАН ИВАНОВИЧ",
        "short": "ГЛАВА КФХ ИВАНОВ И.И."
    },
    "citizenship": {
        "citizenship": "гражданин Российской Федерации"
    },
    "reg": {
        "ogrn": "304710123456789"
    },
    "fns": {
        "inn": "710012345678",
        "ifns": "МЕЖРАЙОННАЯ ИНСПЕКЦИЯ ФЕДЕРАЛЬНОЙ НАЛОГОВОЙ СЛУЖБЫ № 11 ПО ТУЛЬСКОЙ ОБЛАСТИ"
    },
    "pfr": {
        "regnum": "081000123456",
        "dpfr": "ГОСУДАРСТВЕННОЕ УЧРЕЖДЕНИЕ - УПРАВЛЕНИЕ ПЕНСИОННОГО ФОНДА РОССИЙСКОЙ ФЕДЕРАЦИИ ПО ЗАРЕЧЕНСКОМУ РАЙОНУ Г.ТУЛА"
    },
    "head": {
        "surname": "ИВАНОВ",
        "name": "ИВАН",
        "patronymic": "ИВАНОВИЧ",
        "sex": "мужской"
     }
 }

egrulpp's People

Contributors

maxbelyanin 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.