mirror of
https://github.com/sismics/docs.git
synced 2024-11-04 22:23:23 +01:00
Add OCR support for Czech language (#613)
Co-authored-by: Vaclav Uher <vaclav.uher@bruker.com>
This commit is contained in:
parent
bbe5f19997
commit
af3263d471
@ -7,6 +7,7 @@ RUN apt-get update && \
|
|||||||
mediainfo \
|
mediainfo \
|
||||||
tesseract-ocr \
|
tesseract-ocr \
|
||||||
tesseract-ocr-ara \
|
tesseract-ocr-ara \
|
||||||
|
tesseract-ocr-ces \
|
||||||
tesseract-ocr-chi-sim \
|
tesseract-ocr-chi-sim \
|
||||||
tesseract-ocr-chi-tra \
|
tesseract-ocr-chi-tra \
|
||||||
tesseract-ocr-dan \
|
tesseract-ocr-dan \
|
||||||
|
@ -43,7 +43,7 @@ public class Constants {
|
|||||||
/**
|
/**
|
||||||
* Supported document languages.
|
* Supported document languages.
|
||||||
*/
|
*/
|
||||||
public static final List<String> SUPPORTED_LANGUAGES = Lists.newArrayList("eng", "fra", "ita", "deu", "spa", "por", "pol", "rus", "ukr", "ara", "hin", "chi_sim", "chi_tra", "jpn", "tha", "kor", "nld", "tur", "heb", "hun", "fin", "swe", "lav", "dan", "nor", "vie");
|
public static final List<String> SUPPORTED_LANGUAGES = Lists.newArrayList("eng", "fra", "ita", "deu", "spa", "por", "pol", "rus", "ukr", "ara", "hin", "chi_sim", "chi_tra", "jpn", "tha", "kor", "nld", "tur", "heb", "hun", "fin", "swe", "lav", "dan", "nor", "vie", "ces");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base URL environment variable.
|
* Base URL environment variable.
|
||||||
|
@ -545,7 +545,8 @@ angular.module('docs',
|
|||||||
{ key: 'lav', label: 'Latviešu' },
|
{ key: 'lav', label: 'Latviešu' },
|
||||||
{ key: 'dan', label: 'Dansk' },
|
{ key: 'dan', label: 'Dansk' },
|
||||||
{ key: 'nor', label: 'Norsk' },
|
{ key: 'nor', label: 'Norsk' },
|
||||||
{ key: 'vie', label: 'Tiếng Việt' }
|
{ key: 'vie', label: 'Tiếng Việt' },
|
||||||
|
{ key: 'ces', label: 'Czech' }
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user