UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

172 lines 4.7 kB
"use strict"; /* * Copyright 2024 Adobe * All Rights Reserved. * * NOTICE: Adobe permits you to use, modify, and distribute this file in * accordance with the terms of the Adobe license agreement accompanying * it. If you have received this file from a source other than Adobe, * then your use, modification, or distribution of it requires the prior * written permission of Adobe. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.OCRSupportedLocale = void 0; /** * Supported locales for {@link OCRJob}. */ var OCRSupportedLocale; (function (OCRSupportedLocale) { /** * Represents "Danish (Denmark)" locale */ OCRSupportedLocale["DA_DK"] = "da-DK"; /** * Represents "Lithuanian (Lithuania)" locale */ OCRSupportedLocale["LT_LT"] = "lt-LT"; /** * Represents "Slovenian (Slovenia)" locale */ OCRSupportedLocale["SL_SI"] = "sl-SI"; /** * Represents "Greek (Greece)" locale */ OCRSupportedLocale["EL_GR"] = "el-GR"; /** * Represents "Russian (Russia)" locale */ OCRSupportedLocale["RU_RU"] = "ru-RU"; /** * Represents "English (United States)" locale. */ OCRSupportedLocale["EN_US"] = "en-US"; /** * Represents "Chinese (Hong Kong)" locale */ OCRSupportedLocale["ZH_HK"] = "zh-HK"; /** * Represents "Hungarian (Hungary)" locale */ OCRSupportedLocale["HU_HU"] = "hu-HU"; /** * Represents "Estonian (Estonia)" locale */ OCRSupportedLocale["ET_EE"] = "et-EE"; /** * Represents "Portuguese (Brazil)" locale */ OCRSupportedLocale["PT_BR"] = "pt-BR"; /** * Represents "Ukrainian (Ukraine)" locale */ OCRSupportedLocale["UK_UA"] = "uk-UA"; /** * Represents "Norwegian (Norway)" locale */ OCRSupportedLocale["NB_NO"] = "nb-NO"; /** * Represents "Polish (Poland)" locale */ OCRSupportedLocale["PL_PL"] = "pl-PL"; /** * Represents "Latvian (Latvia)" locale */ OCRSupportedLocale["LV_LV"] = "lv-LV"; /** * Represents "Finnish (Finland)" locale */ OCRSupportedLocale["FI_FI"] = "fi-FI"; /** * Represents "Japanese (Japan)" locale */ OCRSupportedLocale["JA_JP"] = "ja-JP"; /** * Represents "Spanish (Spain)" locale */ OCRSupportedLocale["ES_ES"] = "es-ES"; /** * Represents "Bulgarian (Bulgaria)" locale */ OCRSupportedLocale["BG_BG"] = "bg-BG"; /** * Represents "English (United Kingdom)" locale */ OCRSupportedLocale["EN_GB"] = "en-GB"; /** * Represents "Czech (Czech Republic)" locale */ OCRSupportedLocale["CS_CZ"] = "cs-CZ"; /** * Represents "Maltese (Malta)" locale */ OCRSupportedLocale["MT_MT"] = "mt-MT"; /** * Represents "German (Germany)" locale */ OCRSupportedLocale["DE_DE"] = "de-DE"; /** * Represents "Croatian (Croatia)" locale */ OCRSupportedLocale["HR_HR"] = "hr-HR"; /** * Represents "Slovak (Slovakia)" locale */ OCRSupportedLocale["SK_SK"] = "sk-SK"; /** * Represents "Serbian (Serbia)" locale */ OCRSupportedLocale["SR_SR"] = "sr-SR"; /** * Represents "Catalan (Canada)" locale */ OCRSupportedLocale["CA_CA"] = "ca-CA"; /** * Represents "Macedonian (Macedonia)" locale */ OCRSupportedLocale["MK_MK"] = "mk-MK"; /** * Represents "Korean (Korea)" locale */ OCRSupportedLocale["KO_KR"] = "ko-KR"; /** * Represents "German (Switzerland)" locale */ OCRSupportedLocale["DE_CH"] = "de-CH"; /** * Represents "Dutch (Netherlands)" locale */ OCRSupportedLocale["NL_NL"] = "nl-NL"; /** * Represents "Chinese (China)" locale */ OCRSupportedLocale["ZH_CN"] = "zh-CN"; /** * Represents "Swedish (Sweden)" locale */ OCRSupportedLocale["SV_SE"] = "sv-SE"; /** * Represents "Italian (Italy)" locale */ OCRSupportedLocale["IT_IT"] = "it-IT"; /** * Represents "Norwegian (Norway)" locale */ OCRSupportedLocale["NO_NO"] = "no-NO"; /** * Represents "Turkish (Turkey)" locale */ OCRSupportedLocale["TR_TR"] = "tr-TR"; /** * Represents "French (France)" locale */ OCRSupportedLocale["FR_FR"] = "fr-FR"; /** * Represents "Romanian (Romania)" locale */ OCRSupportedLocale["RO_RO"] = "ro-RO"; /** * Represents "Hebrew (Israel)" locale */ OCRSupportedLocale["IW_IL"] = "iw-IL"; })(OCRSupportedLocale || (exports.OCRSupportedLocale = OCRSupportedLocale = {})); //# sourceMappingURL=OCRSupportedLocale.js.map