You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Text Tag feature, I noticed that in ESignLiveAPIObjects.Data class, there's an attributed named "ese_document_texttag_extract_needed", there're few issues: #1.there's no getter function for this attribute #2.putting a "ese_document_texttag_extract_needed":"true" won't make OneSpan Sign recognize we want to use text tag.
A code like this will work:
public class Data
{
String origin;
String sdk;
public String esl_doc_extract_type;
When using Text Tag feature, I noticed that in ESignLiveAPIObjects.Data class, there's an attributed named "ese_document_texttag_extract_needed", there're few issues:
#1.there's no getter function for this attribute
#2.putting a "ese_document_texttag_extract_needed":"true" won't make OneSpan Sign recognize we want to use text tag.
A code like this will work:
public class Data
{
String origin;
String sdk;
public String esl_doc_extract_type;
And when "esl_doc_extract_type" is set to '1' is text tag.
You can refer to this guide:
https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/
Best,
Duo Liang
The text was updated successfully, but these errors were encountered: