Skip to main content

A template-based metadata extractor.

Project description

Introduction
=====

**nsi.metadataextractor** is a metadata extractor for academic (Portuguese-BR) documents like:

```
Course Conclusion (ABNT format)
Event Article
Periodic Article

Supported extention: .pdf
```

Setup
=====

pip install nsi.metadataextractor


Example
=====

**Python**

from nsi.metadataextractor.extractors import tcc, event, periodic

path = "/home/stuff/tccdocument.pdf"
tccextractor = tcc.TccExtractor(path)
eventextractor = event.EventExtractor(path)
periodicextractor = periodic.PeriodicExtractor(path)

tccextractor.all_metadata()
eventextractor.all_metadata()
periodicextractor.all_metadata()


**Bash**

>>> extract_metadata /home/stuff/tccdocument.pdf -t tcc
>>> extract_metadata /home/stuff/eventdocument.pdf -t event
>>> extract_metadata /home/stuff/periodicdocument.pdf -t periodic

Project details


Release history Release notifications | RSS feed

This version

1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nsi.metadataextractor-1.2.tar.gz (31.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page