Skip to content

Commit 67f2052

Browse files
authored
Update README.md
Document custom settings.
1 parent eafdb64 commit 67f2052

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tesseract4win64
2-
charlesw/tesseract 4.0 build for x64 Windows.
2+
charlesw/tesseract 4.0 build for x64 and x86 Windows.
33

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.
55

66
Tesseract 4.0.0 was built with OpenMP as follows.
77

@@ -33,3 +33,13 @@ cppan --generate .
3333

3434
Open the tesseract.sln created in this same folder using Visual Studio 2017, select the Release configuration.
3535
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.

0 commit comments

Comments
 (0)