Git Product home page Git Product logo

tesserocr-windows_build's People

Contributors

simonflueckiger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tesserocr-windows_build's Issues

ImportError: DLL load failed

Hi,

I just tried your latest wheel on Windows 10. Installation ran through without issues, but import tesserocr in python fails with ImportError: DLL load failed. Module not found.

Any ideas? Thanks!

Steps to reproduce:

C:\Users\dynobo>pip install https://github.com/simonflueckiger/tesserocr-windows_build/releases/download/tesserocr-v2.4.0-tesseract-4.0.0/tesserocr-2.4.0-cp37-cp37m-win_amd64.whl
Collecting tesserocr==2.4.0
  Downloading https://github.com/simonflueckiger/tesserocr-windows_build/releases/download/tesserocr-v2.4.0-tesseract-4.0.0/tesserocr-2.4.0-cp37-cp37m-win_amd64.whl (3.6MB)
     |████████████████████████████████| 3.6MB 467kB/s
Installing collected packages: tesserocr
Successfully installed tesserocr-2.4.0

C:\Users\dynobo>python
Python 3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tesserocr
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\dynobo\AppData\Local\Programs\Python\Python37\lib\site-packages\tesserocr\__init__.py", line 1, in <module>
    from ._tesserocr import *
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
>>>

Systeminfo:

C:\Users\dynobo>systeminfo
Hostname:                                      DESKTOP-K735T5H
Betriebssystemname:                            Microsoft Windows 10 Education
Betriebssystemversion:                         10.0.18362 Nicht zutreffend Build 18362
Betriebssystemhersteller:                      Microsoft Corporation
Betriebssystemkonfiguration:                   Eigenständige Arbeitsstation
Betriebssystem-Buildtyp:                       Multiprocessor Free
Registrierter Benutzer:                        Windows-Benutzer
Registrierte Organisation:
Produkt-ID:                                    00328-00085-40051-AA104
Ursprüngliches Installationsdatum:             14.09.2019, 11:18:35
Systemstartzeit:                               04.11.2019, 18:57:59
Systemhersteller:                              innotek GmbH
Systemmodell:                                  VirtualBox
Systemtyp:                                     x64-based PC
Prozessor(en):                                 1 Prozessor(en) installiert.
                                               [01]: Intel64 Family 6 Model 142 Stepping 10 GenuineIntel ~1992 MHz
											   

Build for tesseract 5.0.0

I'm using Tesseract v5.0.0, Python 3.9.2 and pip v22.0.4 with 64 bits Windows 10 machine and I'm unable to use this package, support for this would be appreciated.

More recent Tesseract build

Hi! The version of Tesseract in this package has a bug which affects our software. I tried to use ccpan to compile the most recent Tesseract 4 DLL and replace it in this package, without success.

It would be great to have a new build with the latest Tesseract release. Or possibly instructions on how to build your conda package with a newer release by ourselves.

Danke!

Python 3.8 support

I can not use this out of the box with Python 3.8. I've fiddled around for a while now, but it seems without being able to compile the libraries myself, it's not going to work.

Any chance of adding out-of-the-box Python 3.8 support?

problem whem running main.py

Traceback (most recent call last):
File "C:\Users\SpikeSpiegel\Downloads\Compressed\TFT-OCR-BOT-main\main.py", line 6, in
from ui import UI
File "C:\Users\SpikeSpiegel\Downloads\Compressed\TFT-OCR-BOT-main\ui.py", line 5, in
from win32gui import SetWindowLong, GetWindowLong, SetLayeredWindowAttributes
ModuleNotFoundError: No module named 'win32gui'

Build for tesseract 4.1.1

Would it be possible to get a build for 4.1.1.

Following memory leak for PNG is available in 4.1.0/4.1.1. It is one of the core functionality. This meamory leak makes 4.0.0 almost not usable in any production grade application.
tesseract-ocr/tesseract@9e6e3a0

Would appreciate your quick help.

UnicodeDecodeError

Running the latest 64-bit tesserocr in Windows10 with python 3.7;
while it shows:

 File "tesserocr.pyx", line 54, in init tesserocr._tesserocr
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 7: invalid start byte

No intellisense with VS-Code

Hallo, I seem to have no intellisense with vs-code when I install the package via whl.
I have Python3.10, the only content of the init.py is from ._tesserocr import *, so i don't really know to use the module. :(

Kind Regards Alex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.