comparison 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
comparison
equal deleted inserted replaced
0:62d2c72e4223 1:365a37a2fb6c
1 path = '/Users/alo/Development/MIR/LibXtract/xtract/libxtract.h'
2
3 lines = [line.strip() for line in open(path)]
4
5 xtract = lines[(lines.index('enum xtract_features_ {')+1):(lines.index('XTRACT_WINDOWED')-1)]
6