Hi Abby Team . Iam using Cloud SDK to parse a form. Here is my part of processsFields.xml where iam failing.
<text id="firstAppName" left="278" top="1109" right="1510" bottom="1171">
<language>English</language>
<textType>matrix</textType>
<oneTextLine>true</oneTextLine>
<markingType>partitionedFrame</markingType>
<letterSet>ABCDEFGHIJKLMNOPQRSTUVWXYZ</letterSet>
</text>
Iam getting the following result.
<text id="firstAppName" left="278" top="1109" right="1510" bottom="1171">
<value>INIAILILIAIMIOILIUI IVIEINIKIAITIEISIWIAIRIAI IRIAIOI</value>
<line left="278" top="1119" right="1351" bottom="1170">
<char left="278" top="1119" right="280" bottom="1158" suspicious="true">I</char>
<char left="294" top="1131" right="308" bottom="1147" suspicious="true">N</char>
<char left="318" top="1121" right="322" bottom="1153" suspicious="true">I</char>
<char left="336" top="1132" right="350" bottom="1148" suspicious="true">A</char>
<char left="360" top="1122" right="362" bottom="1159" suspicious="true">I</char>
<char left="379" top="1132" right="390" bottom="1149" suspicious="true">L</char>
<char left="401" top="1122" right="403" bottom="1159" suspicious="true">I</char>
<char left="419" top="1132" right="430" bottom="1149" suspicious="true">L</char> <char left="442" top="1122" right="445" bottom="1158" suspicious="true">I</char> <char left="459" top="1133" right="473" bottom="1149" suspicious="true">A</char> <char left="484" top="1124" right="486" bottom="1163" suspicious="true">I</char> <char left="500" top="1134" right="516" bottom="1150" suspicious="true">M</char> <char left="525" top="1125" right="527" bottom="1163" suspicious="true">I</char> <char left="541" top="1134" right="556" bottom="1151" suspicious="true">O</char> <char left="566" top="1125" right="568" bottom="1163" suspicious="true">I</char> <char left="584" top="1136" right="595" bottom="1152" suspicious="true">L</char> <char left="607" top="1126" right="609" bottom="1159" suspicious="true">I</char> <char left="624" top="1136" right="638" bottom="1151" suspicious="true">U</char> <char left="649" top="1126" right="651" bottom="1164" suspicious="true">I</char> <char left="653" top="1126" right="688" bottom="1164"> </char> <char left="690" top="1126" right="692" bottom="1158" suspicious="true">I</char> <char left="707" top="1137" right="720" bottom="1152" suspicious="true">V</char> <char left="732" top="1128" right="733" bottom="1165" suspicious="true">I</char> <char left="749" top="1137" right="760" bottom="1153" suspicious="true">E</char> <char left="773" top="1127" right="775" bottom="1165" suspicious="true">I</char> <char left="789" top="1137" right="802" bottom="1153" suspicious="true">N</char> <char left="814" top="1128" right="816" bottom="1165" suspicious="true">I</char> <char left="830" top="1139" right="843" bottom="1154" suspicious="true">K</char> <char left="855" top="1128" right="857" bottom="1166" suspicious="true">I</char> <char left="871" top="1138" right="885" bottom="1154" suspicious="true">A</char> <char left="896" top="1129" right="898" bottom="1166" suspicious="true">I</char> <char left="913" top="1138" right="925" bottom="1154" suspicious="true">T</char> <char left="938" top="1129" right="939" bottom="1165" suspicious="true">I</char> <char left="954" top="1140" right="966" bottom="1156" suspicious="true">E</char> <char left="978" top="1130" right="980" bottom="1163" suspicious="true">I</char> <char left="995" top="1140" right="1008" bottom="1156" suspicious="true">S</char> <char left="1020" top="1130" right="1022" bottom="1167" suspicious="true">I</char> <char left="1033" top="1140" right="1052" bottom="1156" suspicious="true">W</char> <char left="1061" top="1130" right="1064" bottom="1154" suspicious="true">I</char> <char left="1077" top="1141" right="1091" bottom="1156" suspicious="true">A</char> <char left="1102" top="1131" right="1105" bottom="1162" suspicious="true">I</char> <char left="1118" top="1141" right="1131" bottom="1156" suspicious="true">R</char> <char left="1144" top="1131" right="1145" bottom="1168" suspicious="true">I</char> <char left="1159" top="1141" right="1172" bottom="1156" suspicious="true">A</char> <char left="1185" top="1142" right="1186" bottom="1168" suspicious="true">I</char> <char left="1188" top="1131" right="1225" bottom="1169"> </char> <char left="1227" top="1132" right="1229" bottom="1153" suspicious="true">I</char> <char left="1242" top="1142" right="1255" bottom="1157" suspicious="true">R</char> <char left="1267" top="1133" right="1269" bottom="1168" suspicious="true">I</char> <char left="1282" top="1142" right="1296" bottom="1157" suspicious="true">A</char> <char left="1309" top="1132" right="1310" bottom="1169" suspicious="true">I</char> <char left="1323" top="1144" right="1338" bottom="1159" suspicious="true">O</char> <char left="1349" top="1135" right="1351" bottom="1169" suspicious="true">I</char> </line> </text>
The value i should get is : NALLAMOLU VENKATESWARA RAO
Iam uploading the part of the image Iam scanning. Can someone help here
Comments
4 comments
Can anyone help please ?
Dear Phani,
Please specify placeholdersCount parameter in your processsFields.xml. The exact number of characters inside the marked field is required for correct removing of the markup.
If this will not solve the issue, then please send us the image in question.
I have added placeholdersCount for the following
<text id="firstAppPAN" left="258" top="1190" right="675" bottom="1242">
<language>English</language>
<textType>matrix</textType>
<markingType>simpleComb</markingType>
<letterSet>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</letterSet>
<placeholdersCount>10</placeholdersCount>
</text>
Still i get "I"s in the image parsing.
Dear Phani,
Please send us the image in question, so we will be able to see, what exactly goes wrong for you.
Please sign in to leave a comment.