How to scan a document using python with flatbed scanner? Any library? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

8th Oct 2019, 11:00 AM
Suryapratim Paul
Suryapratim Paul - avatar
1 Answer
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
10th Nov 2020, 12:37 PM
Тирон Максим
Тирон Максим - avatar