0
How to scan a document using python with flatbed scanner? Any library?
Hi, I'm current developing a billing software for my business and I'm currently stuck as I'm in no way could launch windows scan wizard to scan a page. I really want this feature on my app.
1 ответ
0
What do you mean with "scan". Maybe func "open" can help you? For example:
scan = open("doc.txt, "r")
scanned = read(scan)
scan.close