メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Base64 文字列のエンコードとデコードに使用できる、カスタム アクティビティ スクリプト向けのグローバル JavaScript メソッド。

メソッド

btoa

string btoa(string input);
文字列をBase64にエンコードします。

atob

string atob(string base64Input);
Base64文字列をデコードして元の形式に戻します。

BinaryFile

バイナリ形式のファイル データ。通常は前処理前の元の画像です。

HttpRequest

スクリプトから、URL エンコード形式、テキスト、JSON、またはバイナリ形式の HTTP リクエストを送信します。

オブジェクト モデル

カスタム アクティビティ スクリプト向けの完全な JavaScript オブジェクト リファレンス。