Skip to main content

string is required

Designing a Workflow

list of the attached documents document Document first element of the documents list task Task the current task taskName String name of the current task initiator User the user that started the workflow workflow String name of the workflow processId...

Automation

variables(some of them are only available in certain contexts): AUTOMATION CONTEXT: GENERALVariableJava ClassDescriptionnlStringrepresents the new lineproductStringname of the productlocaleLocalecurrent localeCURRENT_DATEDatecurrent...

Attribute Sets

and of course you can select whatever attribute and modify its definition at any time. Presets For the attributes of type String, you can also define the Input Mode preset that will display to the end user a list of possible options to choose. The...

Zonal OCR

document Document the document being processed sample the text extracted from the zone by the OCR value the value object(String, Date, Decimal...) converted from the sample zone Zone the zone being processed, use zone.value if you want to change the...

Neural Network

Network is a tuple of numbers called features, so specify the name of each feature in the Features field as comma-separated string of names. The output is one of the possible categories you specify as a comma-separated string of options in the...

Search and Indexing

"hot-spot" -> "Camel", "Case", "hot", "spot" generateNumberParts (integer, default 1) If non-zero, splits numeric strings at delimiters:"1947-32" ->"1947", "32" splitOnCaseChange (integer, default 1) If 0, words are not split on camel-case...

Templates

the object under validation, for instance a Document or a Folder event History the current event errors map of strings. Key is the attribute name, Value is the error description attributeName name of the current attribute being validated (only available...

Snippets

object under validation, for instance a Document or a FoldereventHistorythe current eventerrorsmap of strings. Key is the attribute name, Value is the error descriptionattributeNamename of the current attribute being validated (only available in...

Folder Templates

it. You can define as many templates as you want, each template has a name and a tree specification in the form of paths as strings. The folders' specification is a set of paths, each one defining a folder. Use the / symbol as path separator, e.g.:...

Backup Installation

your data, please uncomment the variable secure-file-priv in your my.ini or my.cnf configuration file and set it to empty string or to the same path specified in the backup.db.dir: secure-file-priv = "" -- or -- secure-file-priv = "same path of...

API Keys

An API key is a simple encrypted string that you can use when calling LogicalDOC APIs. Each user can generate multiple API keys, and each one can be used by an external application to connect to LogicalDOC in the name of that user. This is more secure...

API Keys (2)

An API key is a simple encrypted string that you can use when calling LogicalDOC APIs. Each user can generate multiple API keys, and each one can be used by an external application to connect to LogicalDOC in the name of that user. This is more secure...

LogicalDOC Export

accepted values: simple or advanced schedule.cron.Exporter used in advanced mode, it is the execution string in cron format (ss mm HH DD MM DW) More info at Cron Trigger Tutorial Every time you modify the configuration file, remember to relaunch the...

Get system info by invoking REST webservice

a URL to the getInfo service of LogicalDOC #set($clazzUrl = $context.getClass().forName("java.net.URL")) #set($clazzString = $context.getClass().forName("java.lang.String")) # Adjust the url to point to your LogicalDOC installation #set($url =...

Samplers

with different settings: Sampler Description Settings CSV Reads the contents of a CSV file extracting all the rows as string arrays. Expected format of each resource is this one: 5.1,3.5,1.4,.2,"Setosa" 7,3.2,4.7,1.4,"Versicolor"...

Robots

A.I.D.A.). transaction RobotHistory Contains metadata about the current query, user ID, tenant, and session. category String The category assigned by the classifier (e.g., GETDOC, SEARCHDOC etc.) tokens Map Extracted tokens from the input answer Value...