Skip to main content

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.

Global JavaScript methods available to Custom activity scripts for Base64 encoding and decoding.

Methods

btoa

string btoa(string input);
Encodes a string as Base64.

atob

string atob(string base64Input);
Decodes a Base64 string back to its original form.

BinaryFile

File data in binary format — typically the pre-preprocessing source image.

HttpRequest

Send urlencoded, text, JSON, or binary HTTP requests from a script.

Object model

Full JavaScript object reference for Custom activity scripts.