Exemple #1
0
def annotation_results(url):
	annotation = reader.annotate(url)
	return render_template('index.html', annotation=annotation)
Exemple #2
0
def to_annotate(filename):
	annotation = reader.annotate(filename)
	return render_template('index.html', annotation=annotation)