document extract = true vs extract = true
Wednesday, July 18, 2018 at 09:55amHi
Can you please clarify what would be the effect of extract = true vs extract = true for a document
thanks
Mario
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: document extract = true vs extract = true
Wednesday, July 18, 2018 at 10:52am"extract":true/falsein JSON payload. I would explain them one by one to you: 1.Document Extraction Use PDF forms to tell OneSpan Sign where and what the size you want your field(signature field/date field/text field, etc) to be on the document. The property name of the PDF form should follow esl grammar so that OneSpan Sign can know which type of fileds you want and which signer/approval you want this field to be bound to. The"extract":trueis added to the document level. 2.Text Tags Extraction Text Tags Extraction achieves the same goal with Document Extraction, only difference is you don't use a pdf form. You direct embed esl grammar(including size) into your document and OneSpan Sign can recognize that snippet. The"extract":trueis also added to the document level. 3.Position Extraction Position Extraction is a simplified document extraction, you just tell OneSpan Sign where and the size of the field, the type and other info still includes in the request payload. Since position extraction is refined to the field,"extract":trueis added to a field level.(which field you need position extraction, you need to add a extract=true) 4. Text Anchor Text Anchor follows the same idea with Position Extraction. By given the specific snippet of your document word, OneSpan Sign can locate to the position and you need extra info in the request payload to specify the type and other info. The extract should be set to false:"extract":falseon field level just like position extraction. 5.Field Injection Field Injection is different to those four. You would use PDF form with property name to locate the field, and inject values(text) to these fields. What you injected would become a part to the document before signers start to sign. Pretty like what you can done with these open source PDF libraries. The"extract":trueis added to the document level. If any detail has mistake, you are very welcome to point that out and I would correct that. And hope this could help you! DuoReply to: document extract = true vs extract = true
Wednesday, July 18, 2018 at 10:58amReply to: document extract = true vs extract = true
Wednesday, July 18, 2018 at 11:02am