Description
Sometimes you may notice that the output from Document Reader SDK or Web API includes the ^ symbol in some field values.
The ^ symbol is intentionally used by the SDK to indicate that the field value is split across multiple lines. This behavior typically appears in fields such as the address or issuing authority name when the original document contains multi-line text.
Example
- Open the Regula Web API Demo.
- Go to the Sample documents section.
-
Select the Germany Driving License document.
-
In this document, the Issuing authority field contains two lines.
- Click the Process button.
- Open the Response tab and find the Text fields block.
-
You will see the value LANDRATSAMT^MUSTERHAUSEN AM SEE.
The ^ indicates that the original value was printed on two lines.
-
Switch to the Results tab and locate the Issuing authority field. You will see that the value is correctly displayed across two lines.
Comments
Please sign in to leave a comment.