Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install nsi.metadataextractor

How to install nsi.metadataextractor

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install nsi.metadataextractor
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
1.0.2
1.2 Failed View build log
1.0.2 Available View build log
Linux (64-bit)
1.0.2
1.2 Failed View build log
1.0.2 Available View build log
 
Depended by
Lastest release
version 1.2 on May 9th, 2013

Introduction

System Message: WARNING/2 (<string>, line 2)

Title underline too short.

Introduction
=====

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

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

System Message: WARNING/2 (<string>, line 6); backlink

Inline literal start-string without end-string.

Supported extention: .pdf ```

System Message: WARNING/2 (<string>, line 11); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 11); backlink

Inline interpreted text or phrase reference start-string without end-string.

Setup

pip install nsi.metadataextractor

Example

System Message: WARNING/2 (<string>, line 21)

Title underline too short.

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

Subscribe to package updates

Last updated May 9th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.