Merge pull request #14 from orangain/close-device

Close device to write footer of xml/html files
pull/17/head
Goulu 2016-01-18 11:22:35 +01:00
commit 5a23fad6fd
1 changed files with 1 additions and 0 deletions

View File

@ -82,3 +82,4 @@ def extract_text_to_fp(inf, outfp,
page.rotate = (page.rotate + rotation) % 360 page.rotate = (page.rotate + rotation) % 360
interpreter.process_page(page) interpreter.process_page(page)
device.close()