Batch scan form - Being able to get the currently images in naps (imageList) as the source for _scans in the batchScanPerformer class. Need direction... #694
christianclavet
started this conversation in
Development
Replies: 1 comment 1 reply
-
|
Interesting concept. It should be fairly straightforward:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use the content of already scanned pictures that are in NAPS2, and process them for output by the BatchScanPerformer class. As an example, I would scan images with PATCH-T (or other barcodes) directly in NAPS , perhaps edit some of them and finally would export them as mutliples files automatically with the barcodes.
I've been able to add this in the GUI quite easily.

I would need some guidance on how to access the currently scanned images (_imageList) and use the ImageList in the output.
I've seen that it's is fully developped the other way around with delegate ACTIONS (imageCallback). I'm new to this stuff (delegates), and don't know how I could transfert the data from the stored ProcessedImages to give them the the output (seem to use _scans to hold the data)
Any help and guidance on how to do this would be appreciated. I'm not an advanced programmer yet, but willing to learn.
I later plan to use this and have output with signal files (text, containing a list of the files) so a pipeline can catch what Naps2 is outputting and process it. I've tested the Latest version of NAPS2 (8.2.1) and it's really fast at processing and I'm really impressed with all the new features you've added so far!
Thanks
Christian Clavet
Montreal (Canada)
Beta Was this translation helpful? Give feedback.
All reactions