Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Add comment on #33 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlep committed Apr 12, 2019
1 parent 045bac4 commit e441e47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/eu/transkribus/core/io/DocExporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@ public TrpPage exportPage(TrpPage page) throws IOException {
imgFile = getter.saveImg(page.getKey(), pars.getRemoteImgQuality(),
outputDir.getImgOutputDir().getAbsolutePath(), baseFileName + imgExt);
page.setUrl(imgFile.toURI().toURL());

/**
* FIXME test if the ImgFileName can be set here. If a filename pattern is set (e.g. in HTR) the value contained is wrong.
*/
// page.setImgFileName(imgFile.getName());
page.setKey(null);
}
if(pars.isDoExportPageXml()) {
Expand Down

0 comments on commit e441e47

Please sign in to comment.