mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-28 01:05:03 +08:00
case sensitive
This commit is contained in:
parent
5c94f129a2
commit
15ba750188
@ -841,8 +841,7 @@ int Classify::GetAdaptiveFeatures(TBLOB *Blob,
|
|||||||
*
|
*
|
||||||
* Globals: none
|
* Globals: none
|
||||||
*
|
*
|
||||||
* @param Word current word
|
* @param word current word
|
||||||
* @param BestChoiceWord best overall choice for word with context
|
|
||||||
*
|
*
|
||||||
* @return TRUE or FALSE
|
* @return TRUE or FALSE
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
@ -1070,11 +1069,11 @@ void Classify::AddNewResult(const UnicharRating& new_result,
|
|||||||
* - #AllProtosOn mask that enables all protos
|
* - #AllProtosOn mask that enables all protos
|
||||||
* - #AllConfigsOn mask that enables all configs
|
* - #AllConfigsOn mask that enables all configs
|
||||||
*
|
*
|
||||||
* @param Blob blob to be classified
|
* @param blob blob to be classified
|
||||||
* @param Templates built-in templates to classify against
|
* @param templates built-in templates to classify against
|
||||||
* @param Classes adapted class templates
|
* @param classes adapted class templates
|
||||||
* @param Ambiguities array of class id's to match against
|
* @param ambiguities array of unichar id's to match against
|
||||||
* @param[out] Results place to put match results
|
* @param[out] results place to put match results
|
||||||
*
|
*
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History: Tue Mar 12 19:40:36 1991, DSJ, Created.
|
* @note History: Tue Mar 12 19:40:36 1991, DSJ, Created.
|
||||||
|
Loading…
Reference in New Issue
Block a user