mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[Feature] Display versions of libraries used #390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cfsmp3 on GitHub (Feb 24, 2018).
When using -version we should display the version number of all our libraries.
For tesseract and leptonica we should query their APIs for it.
For the ones we have just incorporated into our code, using whatever #defines they have would be OK.
This is a GSOC 2018 qualification task.
@cfsmp3 commented on GitHub (Feb 26, 2018):
Done.