kamui-fin / gazou

Japanese and Chinese OCR for Linux & Windows
GNU General Public License v3.0
85 stars 13 forks source link

Fedora 38 uses tesseract 5.3 -- Gazou wants tessearct 5.2 --> after Update will not run #20

Closed jaminW55 closed 11 months ago

jaminW55 commented 1 year ago

gazou wants to use tessearct 5.2; but Fedora 38 has tesseract 5.3 - thus it will not work Error Text: "gazou: error while loading shared libraries: libtesseract.so.5.2.0: cannot open shared object file: No such file or directory" Error in Attachment. Screenshot_20230514_154633

kamui-fin commented 1 year ago

Could you try re-compiling again after removing build/? I think it just needs to be linked to the new updated version of libtesseract, so building it again should do the trick.

jaminW55 commented 1 year ago

Hello. I just tried this and it ran into the same error.

jaminW55 commented 1 year ago

Do you have any other recommendations, or should I try deleting what I have currently and reinstalling completely?

nomonight commented 1 year ago

I recently updated to Fedora 38 and encountered the same problem. I just re-did the steps from README under "Install" section and it fixed the problem. So yeah, re-compiling helps.