mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Merge pull request #1697 from stweil/api
Remove more header files from public API
This commit is contained in:
commit
640c225840
@ -8,10 +8,10 @@ AM_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
AM_CPPFLAGS += -DTESS_EXPORTS
|
||||
endif
|
||||
|
||||
pkginclude_HEADERS = intsimdmatrix.h
|
||||
pkginclude_HEADERS =
|
||||
|
||||
noinst_HEADERS = dotproductavx.h dotproductsse.h
|
||||
noinst_HEADERS += intsimdmatrixavx2.h intsimdmatrixsse.h
|
||||
noinst_HEADERS += intsimdmatrix.h intsimdmatrixavx2.h intsimdmatrixsse.h
|
||||
noinst_HEADERS += simddetect.h
|
||||
|
||||
noinst_LTLIBRARIES = libtesseract_avx.la libtesseract_avx2.la libtesseract_sse.la
|
||||
|
@ -20,16 +20,15 @@ AM_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
AM_CPPFLAGS += -DTESS_EXPORTS
|
||||
endif
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
network.h networkio.h networkscratch.h \
|
||||
static_shape.h stridemap.h weightmatrix.h
|
||||
pkginclude_HEADERS =
|
||||
|
||||
noinst_HEADERS = convolve.h ctc.h
|
||||
noinst_HEADERS += fullyconnected.h functions.h input.h
|
||||
noinst_HEADERS += lstm.h lstmrecognizer.h lstmtrainer.h maxpool.h
|
||||
noinst_HEADERS += networkbuilder.h
|
||||
noinst_HEADERS += network.h networkbuilder.h networkio.h networkscratch.h
|
||||
noinst_HEADERS += parallel.h plumbing.h recodebeam.h reconfig.h reversed.h
|
||||
noinst_HEADERS += series.h tfnetwork.h
|
||||
noinst_HEADERS += series.h static_shape.h stridemap.h
|
||||
noinst_HEADERS += tfnetwork.h weightmatrix.h
|
||||
|
||||
noinst_LTLIBRARIES = libtesseract_lstm.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user