使用 tesseract 时出现链接器错误

Linker errors when using tesseract

我构建了一个在 Google 提供的 Tesseract 上运行的应用程序。我遵循了 here. This is quite outdated but this was the only tutorial that i could find that uses objective c. So i improvised a bit and used the TesseractOCR framework instead of the tesseract-ios and tesseract-ios-lib files. After following through the tutorial i encountered this error

的教程

为了解决这个问题,我禁用了 Bitcode。之后我有 47 个链接器错误。

我该如何解决这个问题?是否有我应该下载的 TesseractORC 框架的更新版本?

我在下面 link 中使用了我的图像处理任务,可能会对您有所帮助 https://github.com/gali8/Tesseract-OCR-iOS 并按照以下步骤操作。 Why Tesseract OCR library (iOS) cannot recognize text at all?