-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scanning and Saving Multiple Files #8
Comments
Here you should break the loop if count is zero |
I added some docs: http://pytwain.readthedocs.org/en/latest/twain.html#twain.Source.xfer_image_natively I renamed XferImageNatively to xfer_image_natively. XferImageNatively is now deprecated but it still aliased to xfer_image_natively for now. |
Thank u denisenkom for your help . I ' ll try it . |
import twain |
I want to scan and save multiple files . If I can give the number of pages in a for loop ,
There are no error in this code, working good , scans three file and saves as .bmp file . But user doesn't have to enter number of documents so I must do it dynamically . When I use a infinitive while loop like below,
This code gives an error , but saves the documents scanned.
So I don't know what is the problem and differences the for and while loop? Do you know why ?
The text was updated successfully, but these errors were encountered: