Search

Extract Text To Left

Articles

Use this function to extract the text from the left of the specified label.

Syntax

Extract Text To Left (fid, text)

Parameters

Input Parameter Name Description
fid OutputXmlFID passed from the Doc Reader node
text Required label text

Returns

Return Value Description
Text Extracted text

Sample

Extract Text To Left (FID, City)

  • Extracts the text to the left of label City from the PDF having File ID FID.
    Returns the extracted text.

To view all the Document functions, click here.

Did you find what you were looking for?