Skip to content

Commit

Permalink
fixed alto dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoster committed May 27, 2015
1 parent 9d79262 commit 25dde1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/document.rb
Expand Up @@ -571,7 +571,7 @@ def get_corrected_alto_xml( )
#
def get_page_file(page_num, file_ref)
gale_dir = self.get_gale_xml_directory()
alto_dir = self.get_alto_directory()
alto_dir = self.get_alto_xml_directory()
src = self.get_ocr_source( page_num )
if src == :alto
page_file = File.join(alto_dir, file_ref)
Expand Down

0 comments on commit 25dde1d

Please sign in to comment.