Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable default features to avoid build issues
``` 5 | use self::tesseract_sys::TessBaseAPIInit5; | ^^^^^^^^^^^^^^^^^^^^^---------------- | | | | | help: a similar name exists in the module: `TessBaseAPIInit1` | no `TessBaseAPIInit5` in the root ``` https://github.com/houqp/leptess/actions/runs/7589902627/job/20675452376 This will be because the environment github uses doesn't have the new version of tesseract.
- Loading branch information