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
2 odpowiedzi
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
0
You can use libraries like PySANE or Twain to interact with flatbed scanners in Python. For document scanning and OCR, check out https://ocrstudio.ai/mrz-scanner/—it offers powerful OCR capabilities that could easily be integrated into your billing software for accurate document processing.
13th Nov 2024, 6:10 AM
Odessa
Odessa - avatar