manisandro / gImageReader

A Gtk/Qt front-end to tesseract-ocr.
GNU General Public License v3.0
1.62k stars 190 forks source link

Scanner Not Detected #581

Closed dgbear closed 2 years ago

dgbear commented 2 years ago

Brother MFC-7860DW scanner not detected on gImageReader_3.4.0_qt5_x86_64.exe It uses 32bit drivers but I did not see a 32bit version of the program available with Tesseract 5 support.

Win7 64bit, Printer / Scanner connected via LAN interface

twain.log shows: [054257418 dsm.cpp 410 183 0000000000001CC4] TWAIN Working Group [054257418 dsm.cpp 411 183 0000000000001CC4] TWAIN 64 Source Manager (Image Acquisition Interface) [054257418 dsm.cpp 412 183 0000000000001CC4] version: 2, 5, 0, 0 [054257418 dsm.cpp 2382 183 0000000000001CC4] TWAIN Interface -> DSM [054257418 dsm.cpp 2391 183 0000000000001CC4] DG_CONTROL/DAT_PARENT/MSG_OPENDSM [054257418 apps.cpp 383 183 0000000000001CC4] Application: "Sandro Mani" [054257418 apps.cpp 384 183 0000000000001CC4] "Sandro Mani" [054257418 apps.cpp 385 183 0000000000001CC4] "TWAIN Interface" version: 1.0 [054257418 apps.cpp 386 183 0000000000001CC4] TWAIN 2.5 [054257418 dsm.cpp 2446 123 0000000000001CC4] TWRC_SUCCESS

[054257418 dsm.cpp 2382 123 0000000000001CC4] TWAIN Interface -> DSM [054257418 dsm.cpp 2391 123 0000000000001CC4] DG_CONTROL/DAT_ENTRYPOINT/MSG_GET [054257418 dsm.cpp 2446 123 0000000000001CC4] TWRC_SUCCESS

[054257418 dsm.cpp 2382 123 0000000000001CC4] TWAIN Interface -> DSM [054257418 dsm.cpp 2391 123 0000000000001CC4] DG_CONTROL/DAT_IDENTITY/MSG_GETFIRST [054257418 dsm.cpp 2446 123 0000000000001CC4] TWRC_ENDOFLIST

[070721093 dsm.cpp 2382 0 0000000000001CC4] TWAIN Interface -> DSM [070721093 dsm.cpp 2391 0 0000000000001CC4] DG_CONTROL/DAT_IDENTITY/MSG_GETFIRST [070721093 dsm.cpp 2446 0 0000000000001CC4] TWRC_ENDOFLIST

[070721733 dsm.cpp 2382 0 0000000000001CC4] TWAIN Interface -> DSM [070721733 dsm.cpp 2391 0 0000000000001CC4] DG_CONTROL/DAT_IDENTITY/MSG_GETFIRST [070721733 dsm.cpp 2446 0 0000000000001CC4] TWRC_ENDOFLIST

[081907837 dsm.cpp 2382 0 0000000000001CC4] TWAIN Interface -> DSM [081907837 dsm.cpp 2391 0 0000000000001CC4] DG_CONTROL/DAT_PARENT/MSG_CLOSEDSM [081907837 dsm.cpp 2446 0 0000000000001CC4] TWRC_SUCCESS

Thanks for your excellent work!

manisandro commented 2 years ago

I've added the i686 builds to the CI, please give it a try: https://github.com/manisandro/gImageReader/releases/tag/ci-latest-master

dgbear commented 2 years ago

That worked... Brother MFC-7860DW scanner work fine. Thanks

manisandro commented 2 years ago

Great!