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

Regression: missing TESSERACT_VERSION #1428

Closed
zdenop opened this issue Mar 25, 2018 · 3 comments
Closed

Regression: missing TESSERACT_VERSION #1428

zdenop opened this issue Mar 25, 2018 · 3 comments
Milestone

Comments

@zdenop
Copy link
Contributor

zdenop commented Mar 25, 2018

Tesseract API changed with almost each release.
TESSERACT_VERSION was implement to help programmers (or tesseract library user) to support multiple version of tesseract APIs.
In current code (for 4.0 release) this part of API was removed.
I appreciate work to simplify storage of info version but missing TESSERACT_VERSION is showstopper for me for release 4.0 version.
4.0.beta1 (where TESSERACT_VERSION is included) is included new Ubuntu release and therefore there should be no API changes between 4.0 final release and 4.0.beta1 (at least there should be very good reason for such change).

@zdenop zdenop added this to the 4.00 milestone Mar 25, 2018
@stweil
Copy link
Contributor

stweil commented Mar 25, 2018

I'll prepare a pull request which adds TESSERACT_VERSION again (derived from PACKAGE_VERSION) as it can be useful for external software which supports different versions of the Tesseract API.

@zdenop
Copy link
Contributor Author

zdenop commented Apr 3, 2018

fixed with 10f4998

@zdenop zdenop closed this as completed Apr 3, 2018
@stweil
Copy link
Contributor

stweil commented Apr 3, 2018

Thank you, @zdenop.

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

2 participants