Commit Graph

61 Commits

Author SHA1 Message Date
zdenop@gmail.com
9c0dfe54c5 mathfix.h for VS2013, add lib-opencl-debug configuration to VS2010
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1051 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2014-02-13 09:38:08 +00:00
zdenop@gmail.com
94d08567e1 fix vs2010 (and maybe vs2008) build
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@983 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2014-01-12 20:13:55 +00:00
zdenop@gmail.com
3993f0fb96 add VS2010 solution and update VS2008 solution
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@899 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-10-31 13:14:24 +00:00
zdenop@gmail.com
af319b4d90 fix for windows build - part 1
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@883 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-09-25 09:56:49 +00:00
zdenop@gmail.com
311126db18 VS2008 libtesseract project: add new/remove deleted files, change version numbers
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@882 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-09-23 21:20:39 +00:00
zdenop@gmail.com
10c1169d98 remove unused code (Windows related)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@860 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-07-08 18:21:10 +00:00
zdenop@gmail.com
4c16ff6a1f use leptonica for getting number of pages instead of own code
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@858 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-07-05 16:07:25 +00:00
zdenop@gmail.com
d919bfde1e increase version number
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@857 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-07-05 09:35:42 +00:00
zdenop@gmail.com
902d73dda4 fix download link in vs2008/doc/setup.html
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@831 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-03-12 17:43:11 +00:00
zdenop@gmail.com
db52047420 fix issue 809: invalid hOCR output file on windows when input filename has non ascii chars.
Add release date to vs2008/doc/versions.html

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@828 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2013-02-23 15:01:21 +00:00
zdenop@gmail.com
5947f3da38 add NSIS script for Windows installer
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@815 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-12-27 19:53:43 +00:00
zdenop@gmail.com
4550ba71fb include capi.h to installed header files
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@779 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-10-17 21:16:16 +00:00
zdenop@gmail.com
9b2c10655f include basedir.h to installed header files
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@778 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-10-12 13:33:07 +00:00
zdenop@gmail.com
dc8bd4682b C-API (fix issue 362)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@759 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-09-24 05:14:11 +00:00
zdenop@gmail.com
b064cf511d revert back tesseract.sln from r734
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@735 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-07-31 09:32:29 +00:00
zdenop
937aab009f fix issue 636
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@734 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-07-31 09:22:26 +00:00
zdenop@gmail.com
2972cc426b + fix VS2008 warning about "non dll-interface class tesseract::LTRResultIterator used as base for dll-interface class tesseract::ResultIterator" by making LTRResultIterator also visible.
+ Changed Project preprocessor definition of WINDLLNAME, because stringizing operator doesn't seem to work when initializing tessedit_module_name in ccutil/ccutil.cpp (which was omitted in previous fixes).
+ Update vs2008/tesshelper.py for new public header files.
patch from Tom Powers (https://groups.google.com/group/tesseract-dev/msg/6da2799cd2cb9844)

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@702 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-03-08 21:15:13 +00:00
zdenop@gmail.com
1455bf5610 set tessedit_module_name for windows;
implement 'make install LANG="eng ara deu"';
more headers need to be installed: https://groups.google.com/group/tesseract-dev/msg/a4f7424377993b2e


git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@700 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-03-06 22:41:43 +00:00
zdenop@gmail.com
765832d449 fixes issue 573 where boolean was being compared to float;
tesseract prints full version info when -v arg;
removes extra includes from tesseractmain.h;
removes extra DLLEXPORT & DLLIMPORT from hosts.h;
remove CCUTIL_IMPORTS & CCUTIL_EXPORTS from vs2008 *.vcproj;


git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@694 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-03-04 22:27:16 +00:00
zdenop@gmail.com
a776e0be85 TP: visibility trial - code & windows build changes (without autotools changes)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@689 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-03-02 17:48:45 +00:00
zdenop@gmail.com
da121f013c vs2008 and vs2010 replaced with Tom Powers solution
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@681 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-26 15:30:05 +00:00
zdenop@gmail.com
132909a607 fix for issue 631: gettimeofday() on windows based on leptonica l_getCurrentTime()
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@679 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-21 21:38:45 +00:00
zdenop@gmail.com
95168ef064 fix missing ";" in VS2008 project files + fix VS2010
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@678 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-20 13:12:45 +00:00
zdenop@gmail.com
6ccab83bd6 fixing issue 628 (replacing __MSW32__ with _WIN32) and issue 614 (reverting "class DLLSYM STRING" to "class CCUTIL_API STRING")
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@677 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-19 21:48:45 +00:00
zdenop@gmail.com
3c4fd30bb5 Fix is isinf for VC++
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@673 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-12 14:51:28 +00:00
zdenop@gmail.com
1355cabe7e VS2008 - fix include path for release*
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@668 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-07 13:52:33 +00:00
zdenop@gmail.com
0a50c9ca5c Another VS2008 fixes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@666 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-04 22:06:40 +00:00
zdenop@gmail.com
d0c2631ec8 VC++2008 build fix for 3.02 version
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@665 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-03 22:23:12 +00:00
zdenop@gmail.com
8225f5b846 removed BOM form strngs.h, updated NSIS script and COPYING
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@639 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-10-22 18:27:31 +00:00
zdenop@gmail.com
da41b96f7f removed check for libtiff - leptonica is required; cleanup #ifdef/#ifndef HAVE_LIBLEPT
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@624 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-30 06:34:41 +00:00
zdenop@gmail.com
2ded50b4d0 'make dist' improvement; removed debugwin.* from vs2008 and vs2010; decreased warning level in vs2008 project files for Release* build
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@620 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-18 21:33:28 +00:00
zdenop@gmail.com
9b7375edd6 MinGW portability solved + some code cleanup (based on cpplint)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@605 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-15 19:28:25 +00:00
zdenop@gmail.com
4abdfdb8fe moved ccstruct/callcpp.cpp to cutil (to header file - see issue 414); moved vs2008/include/stdint.h to vs2008/port/stdint.h so we can use vs2008/include also for mingw; removed unused tessembedded.*
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@603 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-11 14:04:20 +00:00
zdenop@gmail.com
16f0481f5c renamed duplicate cube/const.h to cube/cube_const.h (issue 525)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@602 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-11 06:51:30 +00:00
zdenop@gmail.com
9b9efa8e4c man pages included to install script, improved windows installer script (issue 425), output format for "tesseract -v" changed to "3.00 version", README cleanup.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@601 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-08-08 20:33:18 +00:00
zdenop@gmail.com
b140174e84 fixed windows build to the latest code changes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@578 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-03-22 08:31:32 +00:00
zdenop@gmail.com
9067a817f9 git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@553 d0cd1f9f-072b-0410-8dd7-cf729c803f20 2011-03-16 14:08:25 +00:00
zdenop@gmail.com
de987bc6e1 windows build: improved vs2008/viewer.vcproj/ issue 413
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@550 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2011-01-03 14:29:00 +00:00
zdenop@gmail.com
8cf7660e3a - vs2008 removed from autoconf system (not needed for linux);
Windows build improvements:
- vs2008 library projects use individual intermediate directories (thanks fizz_20120);

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@544 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-12-05 09:48:06 +00:00
zdenop@gmail.com
c707b26d5f fixed VC++2008 Express build after last changes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@543 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-30 12:46:41 +00:00
zdenop@gmail.com
70cf76ffcb gettimeofday for windows
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@527 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-23 19:13:51 +00:00
zdenop@gmail.com
4523ce9f7d 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@526 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-23 18:34:14 +00:00
zdenop@gmail.com
515ac2d3f0 WIN32: improved vcproj files - possibility to build tesseract with static linked leptonica (Release.static/Release) or dynamic linked leptonica (Release.dynamic)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@521 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-15 11:22:58 +00:00
zdenop@gmail.com
179c96beff updated vcproj files: Release|Win32 links leptonica statically, suppressed some warnings;
added include/leptonica/sudoku.h (part of leptonica 1.67);

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@520 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-13 21:31:37 +00:00
zdenop@gmail.com
80b9e44e95 upgrade of leptonica to 1.67 version; removing unnecessary header files from vs2008;
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@519 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-11-13 20:27:49 +00:00
max.markin@gmail.com
459ff62293 added quotes in xcopy
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@516 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-29 21:26:07 +00:00
zdenop@gmail.com
346da8c1e5 missing returns in nonvoid functions (thanks to rusnakp) issue 389;
corrected windows installation script - tesseract should be not run as start-up application;

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@514 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-26 13:35:02 +00:00
zdenop@gmail.com
8522533689 improved NSI script: finalization for tesseract-ocr-setup-3.00.exe
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@512 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-12 19:09:59 +00:00
zdenop@gmail.com
e54ab01f19 improved NSI script: select language data based on windows system language, download and install non English languages
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@511 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-11 22:45:09 +00:00
zdenop@gmail.com
5e37a948ba improved NSI script: detection of installed tesseract; set environment variables TESSDATA_PREFIX, PATH; recognition of Tesseract-OCR by "Add/Remove" program in Windows Control panel
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@510 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-10-10 21:59:34 +00:00