Last Updated: Feb 14, 2022
You can use the Hand Written Text Extraction node to convert, extract or remove handwritten text from a document for further processing as per the automation requirements.
In an Invoice PDF, if the payment due date is handwritten, use the Hand Written Text Extraction node to convert the handwritten payment due date to a machine-readable text so even that field can be extracted using a Doc Reader node.
Drag the Hand Written Text Extraction node from the Document Processing category in the Nodes panel to the Design Studio and connect to the Start node.
Specify the Configuration and Properties of the Hand Written Text Extraction node.
C:\Documents\Invoice.pdf
Execute the task to perform the handwritten text extraction.
After the task is executed, click the icon of Hand Written Text Extraction node to view the Result of Execution window.
The Result of Execution window displays Input, Output, and RunInfo.
The extracted document is uploaded to the Server.
The fileID from the output of the Hand Written Text Extraction node is passed to the Function node.
Function Node downloads the extracted file from the server and saves to the specified path in the local machine.