Skip to content

Commit

Permalink
Merge branch 'vanilla5'
Browse files Browse the repository at this point in the history
# Conflicts:
#	include/tesseract/baseapi.h
#	src/api/baseapi.cpp
#	src/ccmain/control.cpp
#	src/ccmain/fixxht.cpp
#	src/ccmain/pageiterator.cpp
#	src/ccmain/resultiterator.cpp
#	src/ccmain/tesseractclass.cpp
#	src/ccmain/tesseractclass.h
#	src/ccmain/tfacepp.cpp
#	src/ccstruct/pageres.h
#	src/ccutil/ambigs.cpp
#	src/ccutil/genericvector.h
#	src/classify/classify.h
#	src/dict/stopper.cpp
#	src/lstm/plumbing.h
#	src/textord/colfind.cpp
#	src/wordrec/language_model.h
#	src/wordrec/wordclass.cpp
  • Loading branch information
GerHobbelt committed Jul 27, 2024
2 parents cb9c9a7 + eb6404c commit b9d3d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tesseract/baseapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class TESS_API TessBaseAPI {
const std::vector<std::string> *vars_values,
bool set_only_non_debug_params, FileReader reader);

/** @} */
/** @} */

/**
* Returns the languages string used in the last valid initialization.
Expand Down

0 comments on commit b9d3d62

Please sign in to comment.