Commit 220006f
authored
fix nondeterminism in tesseract_main.cc
by default, tesseract should have deterministic behavior on the same data. This was broken accidentally through use of a hardware random seed by default for the det order generation. here we fix it to a particular random seed by default.1 parent 47d0e70 commit 220006f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
0 commit comments