- priority: 5 --> 6
The 2nd page of the Van Brackle application has the
first character of the rightmost column truncated into the
cell directly to the left.
For instance, a piece of XML from this file should look
like this:
<BOX x1="411" y1="750" x2="504" y2="738">
<TEXT x="411" y="749">
<FONT face="Courier-Bold" style="font-
size:10pt">CNA</FONT>
</TEXT>
</BOX>
<BOX x1="411" y1="750" x2="504" y2="726"/>
<!-- Several boxes deleted -->
<BOX x1="411" y1="750" x2="504" y2="234"/>
<BOX x1="504" y1="750" x2="593" y2="738">
<TEXT x="509" y="748">
<FONT face="Courier-Bold" style="font-
size:10pt">State Farm </FONT>
</TEXT>
</BOX>
<BOX x1="504" y1="750" x2="593" y2="726"/>
Instead, it looks like this, with the "S" from State Farm
in the previous text field.
<BOX x1="411" y1="750" x2="504" y2="738">
<TEXT x="411" y="749">
<FONT face="Courier-Bold" style="font-
size:10pt">CNA S</FONT>
</TEXT>
</BOX>
<BOX x1="411" y1="750" x2="504" y2="726"/>
<!-- Several boxes deleted -->
<BOX x1="411" y1="750" x2="504" y2="234"/>
<BOX x1="504" y1="750" x2="593" y2="738">
<TEXT x="509" y="748">
<FONT face="Courier-Bold" style="font-
size:10pt">tate Farm </FONT>
</TEXT>
</BOX>
<BOX x1="504" y1="750" x2="593" y2="726"/>
This pattern is shown down the entire last column, but
_only_ the last column and only when the text is left
justified.