mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +08:00
case sensitive
This commit is contained in:
parent
15ba750188
commit
f5c71d4eea
@ -1430,7 +1430,7 @@ int Classify::CharNormTrainingSample(bool pruner_only,
|
|||||||
* blob. NOTE: assumes that the blob length has already been
|
* blob. NOTE: assumes that the blob length has already been
|
||||||
* computed and placed into Results.
|
* computed and placed into Results.
|
||||||
*
|
*
|
||||||
* @param Results results to add noise classification to
|
* @param results results to add noise classification to
|
||||||
*
|
*
|
||||||
* Globals:
|
* Globals:
|
||||||
* - matcher_avg_noise_size avg. length of a noise blob
|
* - matcher_avg_noise_size avg. length of a noise blob
|
||||||
@ -1531,7 +1531,7 @@ void Classify::ConvertMatchesToChoices(const DENORM& denorm, const TBOX& box,
|
|||||||
#ifndef GRAPHICS_DISABLED
|
#ifndef GRAPHICS_DISABLED
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param Blob blob whose classification is being debugged
|
* @param blob blob whose classification is being debugged
|
||||||
* @param Results results of match being debugged
|
* @param Results results of match being debugged
|
||||||
*
|
*
|
||||||
* Globals: none
|
* Globals: none
|
||||||
|
Loading…
Reference in New Issue
Block a user