Skip to content

Commit

Permalink
alter gamera command
Browse files Browse the repository at this point in the history
  • Loading branch information
brobertson committed Nov 6, 2013
1 parent b23e6c5 commit 5e29b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SGE_Scripts/SGE_Gamera_Collection/qsubed_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ if [ "$HOCR" = "ABBYY" ]; then
echo "executing HOCR with command \'$HOCR_COMMAND\'"
fi

python /usr/local/bin/greekocr4gamera.py -x $CLASSIFIER_FILE/classifier_glyphs.xml --settings $CLASSIFIER_FILE/optimized_settings.xml -s ${GAMERA_CMDS}${HOCR_COMMAND} --hocrout -u $HOCR_OUTPUT/output-${OUTPUT_STUB} $IMAGE_FILENAME
python /usr/local/bin/greekocr4gamera.py -x $CLASSIFIER_FILE/classifier_glyphs.xml --settings $CLASSIFIER_FILE/optimized_settings.xml -s ${GAMERA_CMDS}${HOCR_COMMAND} --hocrout -u $HOCR_OUTPUT/output-${OUTPUT_STUB} $IMAGE_FILENAME > /dev/null
fi

0 comments on commit 5e29b4a

Please sign in to comment.