Open afsartori opened 9 years ago
There was a recent patch to use spreads with older workflows, can you try it? I can't find it again, but it was fairly recent'
Thank you for your suggestion. I ended up adapting parts of spreads' source code to achieve what I need via a separate python script.
On 12 June 2015 at 12:23, Anthony Dong notifications@github.com wrote:
There was a recent patch to use spreads with older workflows, can you try it? I can't find it again, but it was fairly recent'
— Reply to this email directly or view it on GitHub https://github.com/DIYBookScanner/spreads/issues/195#issuecomment-111457448 .
I, as well, am trying to use spreads for strictly its post-processing tool chain. Yet, like the issue exhibited above, I can not find a way to initiate the post-processing process. I have manually created a /data/raw directory for unprocessed .tif(s). How does the capture process signal to spread to initiate post-processing. Is there a way I can spoof this signal so that I can initiate post-processing without actually using spread's capture?
I would really like to see this as a supported feature. I am not a developer, but it appears to me a fairly simple implementation? Could there be an option to upload images to a workflow's raw folder, and then initiate from the post-processing step, skipping the capture step?
EDIT: I just realized I can initiate the processing stage via the API, but it still does not process anything. What is the minimum amount of meta data necessary for post-processing to proceed correctly?
Hi,
It's been ages since I last used Spreads and I am glad to see that the project is still in active development and offering a lot of new features!
However, I cannot figure out how to use Spreads to post-process (with tesseract and pdfbeads) existing images not captured using the program. I have tried two different routes, both failed: 1-) post-processing the output of scantailor (.tif files):
Trying to fix this by generating the missing folder does not work:
OCR was not performed, but Spreads exits without error.
2-) post-processing the JPGs from my cameras trying to invoke scantailor via spreads:
This results in the same error as scenario 1 (OSError: [Errno 2] No such file or directory: 'vol2/data/raw')
After creating the missing folder, the new output reveals that scantailor is not being invoked correctly by Spreads:
I suspect the problem is possibly just to do with the project folder structure that Spreads expects to find (created during the capture workflow that I am skipping). Any ideas on how I could fix this would be greatly appreciated!