6 Commits

Author SHA1 Message Date
alexpolo1
e797445cb9 fix: remove stale tesserocr_source submodule (not needed by install.bat) 2026-08-01 08:51:31 +02:00
Alex
5c687773b1 Click-and-go install: self-bootstrapping install.bat + tesserocr DLL fix (#2)
Merges fix/stash-full-guard-and-testbed into main. See PR #2 for full description.
2026-06-20 09:27:12 +02:00
FiskenPoul
4db549cd85 Track tesserocr_source dependency 2026-06-05 22:36:10 +02:00
Gleed
3b3282acea Bugfix: Tesserocr dll version compatibility (#873)
* init

* save
2022-06-15 20:56:43 -04:00
mgleed
3e6f9a9bf1 Migrate from Python 3.9 to 3.10 (#826)
* migrate from python 3.9 to 3.10, recompiled tesserocr

* cleanup old types, change all Unions to |

* add a few match/case statements

* Update ci.yml

Co-authored-by: aeon0 <aeon4@pm.me>
2022-06-05 08:01:28 -04:00
mgleed
c65ae545df 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
2022-02-06 15:14:12 -05:00