mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 10:32:40 +08:00
missing param; rename one
This commit is contained in:
parent
c844628311
commit
312ce37de7
@ -40,8 +40,10 @@ namespace tesseract {
|
|||||||
* and insert them into the Cutoffs array. Cutoffs are
|
* and insert them into the Cutoffs array. Cutoffs are
|
||||||
* indexed in the array by class id. Unused entries in the
|
* indexed in the array by class id. Unused entries in the
|
||||||
* array are set to an arbitrarily high cutoff value.
|
* array are set to an arbitrarily high cutoff value.
|
||||||
* @param Filename name of file containing cutoff definitions
|
* @param CutoffFile name of file containing cutoff definitions
|
||||||
* @param Cutoffs array to put cutoffs into
|
* @param Cutoffs array to put cutoffs into
|
||||||
|
* @param swap
|
||||||
|
* @param end_offset
|
||||||
* @return none
|
* @return none
|
||||||
* @note Globals: none
|
* @note Globals: none
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
|
Loading…
Reference in New Issue
Block a user