Commit 67f2052 1 parent eafdb64 commit 67f2052 Copy full SHA for 67f2052
File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# tesseract4win64
2
- charlesw/tesseract 4.0 build for x64 Windows.
2
+ charlesw/tesseract 4.0 build for x64 and x86 Windows.
3
3
4
- This is a Win64 build of tesseract 4.0.0 beta, leptonica 1.75.3 , and charlesw/tesseract .Net wrapper.
4
+ This is a build of tesseract 4.0.0 beta, leptonica 1.77.0 , and charlesw/tesseract .Net wrapper from September 10th sources .
5
5
6
6
Tesseract 4.0.0 was built with OpenMP as follows.
7
7
@@ -33,3 +33,13 @@ cppan --generate .
33
33
34
34
Open the tesseract.sln created in this same folder using Visual Studio 2017, select the Release configuration.
35
35
Set OpenMP property and then build.
36
+
37
+ Custom Leptonic settings include:
38
+ 1 . NO_CONSOLE_IO added to Preprocessor definitions.
39
+ 2 . Enable intrinsic functions: Yes.
40
+ 3 . Floating point model: Fast.
41
+ 4 . Enable COMDAT folding: Yes.
42
+ 5 . Use link time code generation: Yes.
43
+
44
+ Custom Tesseract 4.0 settings include:
45
+ 1 . Floating point model: Fast.
You can’t perform that action at this time.
0 commit comments