Browse Source
tessdata: reorganize menu
Move language data menu under the package itself, and shorten the titles
so that all of them show up in the menu.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz
5 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
1 changed files with
1 additions and
2 deletions
utils/tessdata/Makefile
@ -36,7 +36,6 @@ endef
d e f i n e P a c k a g e / t e s s e r a c t - d a t a - d e f a u l t
SUBMENU:= Tesseract
SECTION:= utils
CATEGORY:= Utilities
DEPENDS:= tesseract
@ -44,7 +43,7 @@ endef
d e f i n e g e n e r a t e - t e s s e r a c t - d a t a - p a c k a g e
define Package/tesseract-data-$( 1)
TITLE:= Tesseract t raining data for $( 1) language
TITLE:= Training data for $( 1) language
$( call Package/tesseract-data-default)
endef