Bugfix: Provide precompiled tesserocr (#520)
* Revert tesserocr to conda-forge rather than pip Tesserocr with Tesseract > 5 works with pip install but installer fails if user doesn't have VS compilers. Will revisit * fixed by providing precompiled tesserocr
This commit is contained in:
Binary file not shown.
+2
-2
@@ -6,7 +6,7 @@ dependencies:
|
||||
- pywin32
|
||||
- pip
|
||||
- leptonica
|
||||
- tesseract
|
||||
- tesseract>=5.0.1
|
||||
- pkg-config
|
||||
- pip:
|
||||
- pyinstaller
|
||||
@@ -29,4 +29,4 @@ dependencies:
|
||||
- pillow
|
||||
- discord.py
|
||||
- parse
|
||||
- tesserocr
|
||||
- dependencies/tesserocr-2.5.2-cp39-cp39-win_amd64.whl
|
||||
|
||||
Reference in New Issue
Block a user