diff --git a/images/create-acc-2.png b/images/create-acc-2.png new file mode 100644 index 0000000..39ab6f8 Binary files /dev/null and b/images/create-acc-2.png differ diff --git a/images/create-acc.png b/images/create-acc.png new file mode 100644 index 0000000..0e78670 Binary files /dev/null and b/images/create-acc.png differ diff --git a/images/create-api-key-2.png b/images/create-api-key-2.png new file mode 100644 index 0000000..2dbbbe8 Binary files /dev/null and b/images/create-api-key-2.png differ diff --git a/images/create-api-key.png b/images/create-api-key.png new file mode 100644 index 0000000..296527c Binary files /dev/null and b/images/create-api-key.png differ diff --git a/images/create-key.png b/images/create-key.png new file mode 100644 index 0000000..b2f5264 Binary files /dev/null and b/images/create-key.png differ diff --git a/images/enabled.png b/images/enabled.png new file mode 100644 index 0000000..13979d7 Binary files /dev/null and b/images/enabled.png differ diff --git a/images/env-variables-1.png b/images/env-variables-1.png new file mode 100644 index 0000000..5a0aaee Binary files /dev/null and b/images/env-variables-1.png differ diff --git a/images/env-variables-2.png b/images/env-variables-2.png new file mode 100644 index 0000000..f9c8bd6 Binary files /dev/null and b/images/env-variables-2.png differ diff --git a/images/env-variables-3.png b/images/env-variables-3.png new file mode 100644 index 0000000..4995c0f Binary files /dev/null and b/images/env-variables-3.png differ diff --git a/images/identity-management.png b/images/identity-management.png new file mode 100644 index 0000000..e9faf49 Binary files /dev/null and b/images/identity-management.png differ diff --git a/images/key.png b/images/key.png new file mode 100644 index 0000000..f409739 Binary files /dev/null and b/images/key.png differ diff --git a/images/x-folder-id.png b/images/x-folder-id.png new file mode 100644 index 0000000..681ec88 Binary files /dev/null and b/images/x-folder-id.png differ diff --git a/Настройка распознавания таблиц.md b/Настройка распознавания таблиц.md new file mode 100644 index 0000000..fcb451b --- /dev/null +++ b/Настройка распознавания таблиц.md @@ -0,0 +1,42 @@ +## Начало +Для работы инструмента распознавания таблиц используется платный API от Яндекса [Yandex Vision OCR +](https://yandex.cloud/ru/services/vision). Правила тарификации указаны на [странице](https://yandex.cloud/ru/docs/vision/pricing). При первом создании платежного аккаунта в облачных сервисах Яндекса действует [приветственный грант](https://yandex.cloud/ru/docs/free-trial/concepts/usage-grant). + +После [создания платежного аккаунта](https://yandex.cloud/ru/docs/billing/operations/create-new-account) потребуется скопировать идентификатор каталога и создать API ключ для сервиса. + +### Идентификатор каталога +Перейдите на страницу консоли облачных сервисов https://console.yandex.cloud/ и скопируйте ваш идентификатор. +![Идентификатор](images/x-folder-id.png) + +### Сервисный аккаунт +Для создания сервисного аккаунта перейдите в раздел Identity and Access Management на странице консоли. +![IAM](images/identity-management.png) + +Затем нажмите кнопку создания аккаунта +![Создать аккаунт](images/create-acc.png) + +Заполните поля имени и описания. Выберите роль `ai.vision.user`. +![Создать аккаунт 2](images/create-acc-2.png) + +После создания нажмите на имя аккаунта, откроется страница его настроек. Нажмите кнопку `Создать новый ключ` в правом верхнем углу страницы. +![Создать ключ](images/create-key.png) + +В выпадающем списке выберите `Создать API ключ` +![Создать API ключ](images/create-api-key.png) + +В новом окне нажмите `Создать` +![Создать](images/create-api-key-2.png) + +Откроется окно с информацией о новом ключе. Обязательно скопируйте секретный ключ перед закрытием диалога. +![Ключ](images/key.png) + +### Настройка переменных окружения +В поиске меню `Пуск` Windows введите "Изменение переменных среды текущего пользователя". Откройте найденное приложение. +![Пуск](images/env-variables-1.png) + +В открывшемся окне нажмите через кнопку `Создать` заведите две переменные с именами `RHS_ADDIN__x-folder-id` для идентификатора каталога из первого шага и `RHS_ADDIN__apiKey` для API ключа из второго шага. +![Создать](images/env-variables-2.png) +![Ввести](images/env-variables-3.png) + +Закройте окно настроек переменных. Кнопка инструмента распознавания должна стать активна. +![RhsAddin](images/enabled.png) \ No newline at end of file