chrisoro

Results 19 comments of chrisoro

@hardbyte @pierreluctg any indication when you release a version based on the develop branch? this feature is really interesting for us (vector devices for now)

Seems the cs version has no maintainer and is pretty dead communitywise

I used the wheels provided by @simonflueckiger and he doesn't have that combination. I use your project to basically interface with tesseract in python without the hassle of doing process/c...

Interesting.. I guess there seems to be an issue in the PyTessBaseAPI init? Using tessdata v4: Leak: ```python while True: api = tesserocr.PyTessBaseAPI(lang='deu') api.SetImageFile(FILE_PATH) api.GetUTF8Text() ``` No leak: ```python api...

Ok I understand. But first example behaves the same (leaking..) as using the *_to_text helpers. Maybe the code there isn't working properly? Can you reproduce my results? Anyways, thanks for...

It seems that the problem is in api.End() since it doesn't free up any handles. Neither by doing it manually or using the context. Can you please run your code...

@sirfz can you reproduce the issue by running the infinite loop? Just use tesseract4, tesserocr 2.4 and tessdata4. any lang (I checked eng, deu)

I have the same problem as @lukasmalkmus. Wanted to run it on a GitHub Enterprise instance but always getting the following output: ``` ##[debug]..Evaluating String: ##[debug]..=> 'HUB_API' ##[debug]=> '***' ##[debug]Result:...

Yup, same here. StartGymBattle is empty, so cannot start an attack :(

Nice, thanks for your input! :)