You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the test environment doesn't have tesseract-5.2
@philsuess 's recent change https://github.com/antimatter15/tesseract-rs/pull/41enables us to disable the cutting edge parts of tesseract.
We were seeing issues like this https://github.com/antimatter15/tesseract-rs/actions/runs/4854598122/jobs/8652164531
```
error[E0432]: unresolved import `self::tesseract_sys::TessBaseAPIInit5`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/tesseract-plumbing-0.10.0/src/tess_base_api.rs:9:5
|
9 | TessBaseAPIInit5, TessBaseAPIMeanTextConf, TessBaseAPIRecognize, TessBaseAPISetImage,
| ^^^^^^^^^^^^^^^^
| |
| no `TessBaseAPIInit5` in the root
| help: a similar name exists in the module: `TessBaseAPIInit1`
```
0 commit comments