mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
Makefile.am change for Split/seam refactor
This commit is contained in:
parent
25d0968d09
commit
e735a9017b
@ -13,8 +13,8 @@ noinst_HEADERS = \
|
|||||||
associate.h chop.h \
|
associate.h chop.h \
|
||||||
chopper.h drawfx.h findseam.h gradechop.h \
|
chopper.h drawfx.h findseam.h gradechop.h \
|
||||||
language_model.h lm_consistency.h lm_pain_points.h lm_state.h \
|
language_model.h lm_consistency.h lm_pain_points.h lm_state.h \
|
||||||
makechop.h measure.h \
|
measure.h \
|
||||||
olutil.h outlines.h params_model.h plotedges.h \
|
outlines.h params_model.h plotedges.h \
|
||||||
render.h \
|
render.h \
|
||||||
wordrec.h
|
wordrec.h
|
||||||
|
|
||||||
@ -36,7 +36,6 @@ libtesseract_wordrec_la_SOURCES = \
|
|||||||
associate.cpp chop.cpp chopper.cpp \
|
associate.cpp chop.cpp chopper.cpp \
|
||||||
drawfx.cpp findseam.cpp gradechop.cpp \
|
drawfx.cpp findseam.cpp gradechop.cpp \
|
||||||
language_model.cpp lm_consistency.cpp lm_pain_points.cpp lm_state.cpp \
|
language_model.cpp lm_consistency.cpp lm_pain_points.cpp lm_state.cpp \
|
||||||
makechop.cpp \
|
outlines.cpp params_model.cpp pieces.cpp \
|
||||||
olutil.cpp outlines.cpp params_model.cpp pieces.cpp \
|
|
||||||
plotedges.cpp render.cpp segsearch.cpp \
|
plotedges.cpp render.cpp segsearch.cpp \
|
||||||
tface.cpp wordclass.cpp wordrec.cpp
|
tface.cpp wordclass.cpp wordrec.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user