ropensci / tesseract

Bindings to Tesseract OCR engine for R
https://docs.ropensci.org/tesseract
245 stars 26 forks source link

Mac 14 build #76

Closed pachadotdev closed 1 month ago

pachadotdev commented 1 month ago

I got a Mac in the lab and both tesseract and cpp11tesseract fail with Mac 14

The GH-Actions have the same issue

In file included from RcppExports.cpp:4:
./tesseract_types.h:2:10: fatal error: 'leptonica/allheaders.h' file not found
#include <leptonica/allheaders.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~
pachadotdev commented 1 month ago

oh, i sent a pr that fixed it without altering the main code

jeroen commented 1 month ago

I like to keep it simple