You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
java.lang.NullPointerException
at eu.transkribus.appserver.logic.jobs.standard.CITlabHtrJob.runHtr(CITlabHtrJob.java:202)
at eu.transkribus.appserver.logic.jobs.standard.CITlabHtrJob.doProcess(CITlabHtrJob.java:140)
at eu.transkribus.appserver.logic.jobs.abstractjobs.ATrpJobRunnable.run(ATrpJobRunnable.java:112)
at eu.transkribus.appserver.logic.JobProcessStarter.run(JobProcessStarter.java:113)
at eu.transkribus.appserver.logic.JobProcessStarter.main(JobProcessStarter.java:212)
Found the missing null check and added it. Thanks for reporting.
An update of the HTR module is not possible quickly though.
If you want to stick to the descriptor (which initially used int for the transcript ID) you would have to add values <= 0 by PageDescriptor#setTsId for running the HTR on the current version of a page.
This is equivalent to using the page String.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having a problem with this API (the other one, with the string page range works fine).
Looks like the server isn't processing the page range properly.
If you can see it, job 346078 shows this. Digging into the "jobDataProps" I can see the following XML:
In the GUI the pages column is blank for this job, and it finished immediately.
It's no big deal, as I can use the other form for now. Just FYI.
The text was updated successfully, but these errors were encountered: