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
On fresh install of ISLE-DC development branch as of 2022-10-17:
Create an object with model Page
Add a Media of type File and upload a TIFF file, checking 'Original File' in Media Use.
Add an object with model Page
Add a Media of type File and upload a JP2 file, checking 'Original File' in Media Use.
Expected behaviour:
Both objects should have an Extracted Text media containing the text embedded in the respective images.
Actual result:
The media with a TIFF file has thumbnail, service file, FITS file and Extracted Text
The media with the JP2 has thumbnail, service file and FITS file but no Extracted Text.
This error shows up in the Hypercube logs:
[2022-10-18 15:00:35] crayfish.cmd_execute_service.ERROR: Process exited with non-zero code. {"exit_code":1,"stderr":"Error in pixReadMemJp2k: function not present\nError in pixReadMem: jp2k: no pix returned\nError during processing.\n"} []
The text was updated successfully, but these errors were encountered:
This was a side-issue that I found while investigating Islandora/islandora#903
Steps to reproduce:
On fresh install of ISLE-DC development branch as of 2022-10-17:
Expected behaviour:
Both objects should have an Extracted Text media containing the text embedded in the respective images.
Actual result:
The media with a TIFF file has thumbnail, service file, FITS file and Extracted Text
The media with the JP2 has thumbnail, service file and FITS file but no Extracted Text.
This error shows up in the Hypercube logs:
The text was updated successfully, but these errors were encountered: