annotate pdfextract/parseLibXtract.py @ 1:365a37a2fb6c

added files from pdfextract directory
author nothing@tehis.net
date Mon, 25 Feb 2013 14:47:41 +0000
parents
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