- This topic has 0 replies, 1 voice, and was last updated 4 years, 3 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
Forums › TWAIN Classic › Python getting EXTIMAGEINFO with Barcodes
I want to make application which is scanning documents and sending bar codes in Python 2.7 works on Windows 32 bit for scanner Fujitsu fi-6130Z using PaperStream IP (TWAIN) ver. 1.42. Now I can get only the scanning image and ImageInfo, but I don’t know how to get extended image info with bar codes text, can you help me ?
I’m using that documentation of TWAIN driver:
https://www.twain.org/docs/530fe0da85f7511c510004ff/TWAIN-2.3-Spec.pdf#M12.9.rH1.ICAPEXTIMAGEINFO.
And that python’s bib:
http://twainmodule.sourceforge.net/docs/index.html
Can you explain it to me how to build this TW_EXTIMAGEINFO, TW_INFO, TW_HANDLE structure ?