1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Added OCR support for Dutch (Nederlands) (#286)

Dutch support for OCR
This commit is contained in:
Freekers
2019-01-24 11:52:44 +01:00
committed by Benjamin Gamard
parent c7c7badaf0
commit 8a5e90e562
4 changed files with 6 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ public class Constants {
/**
* 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");
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");
/**
* Base URL environment variable.