duncantl / Rtesseract

Interface to tesseract OCR system.
12 stars 4 forks source link

undefined exports: OEM_LSTM_ONLY, OEM_TESSERACT_LSTM_COMBINED in Windows #10

Open mespe opened 5 years ago

mespe commented 5 years ago

One Windows install with the rwinlib build of Tesseract 4, I get this error:

undefined exports: OEM_LSTM_ONLY, OEM_TESSERACT_LSTM_COMBINED

Commenting out the export line in NAMESPACE solves it and allows the package to be fully installed and loaded.