Jose Vega

Results 5 comments of Jose Vega

The full output of the error is in the error attached. [install.log](https://github.com/danni/python-pkcs11/files/7921203/install.log) Thanks for the help.

> With PR #277 this should works: > > ```python > image_filename = "5.png" > img = Image.open(image_filename) > with tesserocr.PyTessBaseAPI(path=tessdata_path) as api: > api.SetVariable("tessedit_create_pdf", "true") > api.SetVariable("tessedit_create_hocr", "true") >...

Just added #174 PR to support Python 3.12 and the PKCS#11 3.1 Specification.

Ok, after some testing I found that there is a compatibility issue between the latest version of Tesseract in conda-forge and tesserocr. The ones to the left are the latest...

Hi! Are there any updates on this PR and if it will get merge? It adds support for the latest versions of Python, which is something that I really need.