Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GenericVector was removed in tesseract 5.0 #14

Open
wes-brooks opened this issue Mar 7, 2022 · 0 comments
Open

GenericVector was removed in tesseract 5.0 #14

wes-brooks opened this issue Mar 7, 2022 · 0 comments

Comments

@wes-brooks
Copy link
Contributor

wes-brooks commented Mar 7, 2022

I had errors trying to install the Tesseract package, and traced it back to this change in tesseract v5.0:

Removed proprietary data types like GenericVector and STRING from public API

As a result, it is necessary to change STRING to std::string and GenericVector<STRING> to std::vector<std::string> throughout the Rtesseract code. I've done this and gotten a working install onto the fork of Rtesseract on the datalab-dev account. I will try to turn it into a Pull Request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant