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
What is a correct way to purge the scanned answer sheets of a survey (in case something goes wrong during recognition, I prefer to throw everything out and re-recognize everything) ?
With earlier version of sdaps, I would delete the entire project and regenerate it.
But with the database now being in sqlite format, I feel tempted to just DELETE FROM sheets; and delete the 1.tif, 2.tif, etc. files.
Is this safe ?
Also, if I want to copy/move the project between computers, is it sufficient to copy those *.tif files and the sqlite file (assuming I do not try to generate answer sheets again, but only recognise scanned sheets) ? The JSON in the surveys table references the project folder : what happens if this does not correspond to the actual folder anymore ?
The text was updated successfully, but these errors were encountered:
ysalmon
changed the title
Purging scanned sheets
Purging scanned sheets / moving the project files
Oct 10, 2019
What is a correct way to purge the scanned answer sheets of a survey (in case something goes wrong during recognition, I prefer to throw everything out and re-recognize everything) ?
With earlier version of sdaps, I would delete the entire project and regenerate it.
But with the database now being in sqlite format, I feel tempted to just
DELETE FROM sheets;
and delete the 1.tif, 2.tif, etc. files.Is this safe ?
Also, if I want to copy/move the project between computers, is it sufficient to copy those *.tif files and the sqlite file (assuming I do not try to generate answer sheets again, but only recognise scanned sheets) ? The JSON in the surveys table references the project folder : what happens if this does not correspond to the actual folder anymore ?
The text was updated successfully, but these errors were encountered: