aboutsummaryrefslogtreecommitdiffstats
path: root/web/utils.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2014-02-28 15:28:22 -0500
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2014-02-28 15:28:22 -0500
commitaaa42a8efcd53576ced9bf2311e84d8ff2a5c8cf (patch)
treeabfe7769de42f089253bc5d62eec0f2221e191c9 /web/utils.py
parent89e64d430bc19b1165fd7cb99806f09faaa7af47 (diff)
downloadocr-layer-curation-aaa42a8efcd53576ced9bf2311e84d8ff2a5c8cf.tar.gz
pass the book name in the settings dict
Diffstat (limited to 'web/utils.py')
-rw-r--r--web/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/utils.py b/web/utils.py
index 8c7a33e..bb9a4fe 100644
--- a/web/utils.py
+++ b/web/utils.py
@@ -3,7 +3,6 @@ import sys
def gen_html(book, page_number):
- book = "../Villiers_de_L'Isle-Adam_-_Tribulat_Bonhomet,_1908.djvu"
d = parse_book(book, page=int(page_number), html=True)
if d[0]:
words, coords = zip(*d[0])