2103677649 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

check version opt #428

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to implement opt flag to get version of tessereact.

For example 

tessereact.exe --version

Thanks

Original issue reported on code.google.com by drej...@gmail.com on 13 Jan 2011 at 11:38

GoogleCodeExporter commented 9 years ago
This exists, but not on Windows. I didn't deem it necessary on non-POSIX 
platforms, but I might change it.

Original comment by joregan on 23 Jan 2011 at 9:23

GoogleCodeExporter commented 9 years ago
I actually compiled last version for windows and -v option does this right

Original comment by drej...@gmail.com on 24 Jan 2011 at 6:38

GoogleCodeExporter commented 9 years ago
An AssemblyInfo.cpp file can be added to the VS2008 project so that the version 
number and other relevant information could be viewed when checking for the 
.exe file's Properties/Details from Windows Explorer.

Original comment by nguyen...@gmail.com on 27 Mar 2011 at 2:19

GoogleCodeExporter commented 9 years ago
This task is critical for my project. I have several Unix systems and I cann't 
distinct them (some were installed manually, some from appget). And I can't 
compare them by size.

Can you prepare some temp solution for released builds? For example, flags that 
were in version 3 and absent in 2.

Original comment by videal.v...@gmail.com on 24 May 2011 at 10:06

GoogleCodeExporter commented 9 years ago
@videal: on linux (IMHO also Unix) option/argument "-v" works for tesseract 
3.00 and tesseract 3.01 (svn). For tesseract 2.0x there will be no solution 
(there is no plan to release 2.05). Is it not sufficient?

Original comment by zde...@gmail.com on 24 May 2011 at 9:06

GoogleCodeExporter commented 9 years ago
from r584 '-v' and '--version' works on linux and windows.

Original comment by zde...@gmail.com on 24 May 2011 at 9:08