annotate pdfextract/parseLibXtract.py @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 365a37a2fb6c
children
rev   line source
nothing@1 1 path = '/Users/alo/Development/MIR/LibXtract/xtract/libxtract.h'
nothing@1 2
nothing@1 3 lines = [line.strip() for line in open(path)]
nothing@1 4
nothing@1 5 xtract = lines[(lines.index('enum xtract_features_ {')+1):(lines.index('XTRACT_WINDOWED')-1)]
nothing@1 6