-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.xaml
472 lines (472 loc) · 37.4 KB
/
Main.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<Activity mc:Ignorable="sap sap2010" x:Class="Main" sap2010:ExpressionActivityEditor.ExpressionActivityEditor="C#" sap:VirtualizedContainerService.HintSize="1013,3090" sap2010:WorkflowViewState.IdRef="ActivityBuilder_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mca="clr-namespace:Microsoft.CSharp.Activities;assembly=System.Activities" xmlns:p="http://schemas.uipath.com/workflow/activities/intelligentocr" xmlns:p1="http://schemas.uipath.com/workflow/activities/document-processing-contracts/taxonomy" xmlns:p10="http://schemas.uipath.com/workflow/activities/python" xmlns:p2="http://schemas.uipath.com/workflow/activities/document-processing-contracts/dom" xmlns:p3="http://schemas.uipath.com/workflow/activities/ocr" xmlns:p4="http://schemas.uipath.com/workflow/activities/intelligentocr/classification" xmlns:p5="http://schemas.uipath.com/workflow/activities/document-processing-contracts/results" xmlns:p6="http://schemas.uipath.com/workflow/activities/document-processing-contracts/classification" xmlns:p7="http://schemas.uipath.com/workflow/activities/intelligentocr/extraction" xmlns:p8="http://schemas.uipath.com/workflow/activities/documentunderstanding-ml" xmlns:p9="http://schemas.uipath.com/workflow/activities/document-processing-contracts/extraction" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation" xmlns:sc="clr-namespace:System.ComponentModel;assembly=System" xmlns:sc1="clr-namespace:System.Collections;assembly=mscorlib" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib" xmlns:sd="clr-namespace:System.Drawing;assembly=System.Drawing" xmlns:sd1="clr-namespace:System.Data;assembly=System.Data" xmlns:si="clr-namespace:System.IO;assembly=mscorlib" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<sco:Collection x:TypeArguments="x:String">
<x:String>System.Activities</x:String>
<x:String>System.Activities.Statements</x:String>
<x:String>System.Activities.Expressions</x:String>
<x:String>System.Activities.Validation</x:String>
<x:String>System.Activities.XamlIntegration</x:String>
<x:String>Microsoft.VisualBasic</x:String>
<x:String>Microsoft.VisualBasic.Activities</x:String>
<x:String>System</x:String>
<x:String>System.Collections</x:String>
<x:String>System.Collections.Generic</x:String>
<x:String>System.Data</x:String>
<x:String>System.Diagnostics</x:String>
<x:String>System.Drawing</x:String>
<x:String>System.IO</x:String>
<x:String>System.Linq</x:String>
<x:String>System.Net.Mail</x:String>
<x:String>System.Xml</x:String>
<x:String>System.Text</x:String>
<x:String>System.Xml.Linq</x:String>
<x:String>UiPath.Core</x:String>
<x:String>UiPath.Core.Activities</x:String>
<x:String>System.Windows.Markup</x:String>
<x:String>UiPath.DocumentProcessing.Contracts.Taxonomy</x:String>
<x:String>UiPath.IntelligentOCR.Activities.TaxonomyManagement</x:String>
<x:String>UiPath.Shared.Activities</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>System.Xml.Serialization</x:String>
<x:String>UiPath.UIAutomationNext.Models.ExtractData</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
<x:String>UiPath.UIAutomationCore.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Activities</x:String>
<x:String>UiPath.Platform.ObjectLibrary</x:String>
<x:String>System.Collections.ObjectModel</x:String>
<x:String>System.Activities.DynamicUpdate</x:String>
<x:String>UiPath.Shared.Activities.Business</x:String>
<x:String>UiPath.IntelligentOCR.Activities.Digitization</x:String>
<x:String>UiPath.DocumentProcessing.Contracts.Dom</x:String>
<x:String>UiPath.Vision.OCR</x:String>
<x:String>UiPath.OCR.Contracts</x:String>
<x:String>System.Reflection</x:String>
<x:String>System.Runtime.InteropServices</x:String>
<x:String>UiPath.OCR.Activities</x:String>
<x:String>UiPath.OCR.Contracts.Activities</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>UiPath.DocumentProcessing.Contracts.Results</x:String>
<x:String>UiPath.IntelligentOCR.Activities.DocumentClassification</x:String>
<x:String>UiPath.DocumentProcessing.Contracts.Classification</x:String>
<x:String>UiPath.DocumentProcessing.Contracts</x:String>
<x:String>UiPath.IntelligentOCR.Activities.DataExtraction</x:String>
<x:String>UiPath.DocumentProcessing.Contracts.DataExtraction</x:String>
<x:String>UiPath.DocumentUnderstanding.ML.Activities</x:String>
<x:String>UiPath.DocumentUnderstanding.ML.Activities.Editors</x:String>
<x:String>UiPath.IntelligentOCR.Activities.ValidationStation</x:String>
<x:String>UiPath.Excel</x:String>
<x:String>UiPath.Excel.Activities</x:String>
<x:String>UiPath.Python</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>Microsoft.CSharp</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>System.ServiceModel.Activities</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>UiPath.DocumentProcessing.Contracts</AssemblyReference>
<AssemblyReference>UiPath.IntelligentOCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.Testing.Activities</AssemblyReference>
<AssemblyReference>UiPath.Mail.Activities</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.DocumentUnderstanding.ML.Activities</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>UiPath.Vision.Core</AssemblyReference>
<AssemblyReference>UiPath.OCR.Contracts</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>System.Runtime.InteropServices.RuntimeInformation</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>Microsoft.Bcl.AsyncInterfaces</AssemblyReference>
<AssemblyReference>System.ComponentModel.Composition</AssemblyReference>
<AssemblyReference>NPOI</AssemblyReference>
<AssemblyReference>System.ValueTuple</AssemblyReference>
<AssemblyReference>UiPath.System.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.Excel</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.Python</AssemblyReference>
<AssemblyReference>UiPath.Python.Activities</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Main Sequence" sap:VirtualizedContainerService.HintSize="644,3025" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="p1:DocumentTaxonomy" Name="taxonomy" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<p:LoadTaxonomy DisplayName="Load Taxonomy" sap:VirtualizedContainerService.HintSize="582,104" sap2010:WorkflowViewState.IdRef="LoadTaxonomy_1">
<p:LoadTaxonomy.Taxonomy>
<OutArgument x:TypeArguments="p1:DocumentTaxonomy">
<mca:CSharpReference x:TypeArguments="p1:DocumentTaxonomy" sap2010:WorkflowViewState.IdRef="CSharpReference`1_3">taxonomy</mca:CSharpReference>
</OutArgument>
</p:LoadTaxonomy.Taxonomy>
</p:LoadTaxonomy>
<ui:ForEachFileX DisplayName="For Each File in Folder" Folder="C:\Users\UCAR\Documents\UiPath\Document_Understanding\ID_Cards" sap:VirtualizedContainerService.HintSize="582,2522" sap2010:WorkflowViewState.IdRef="ForEachFileX_1" IncludeSubDirectories="False" OrderBy="NameAscFirst" SkipFolderWithoutPermission="False">
<ui:ForEachFileX.Body>
<ActivityAction x:TypeArguments="si:FileInfo, x:Int32">
<ActivityAction.Argument1>
<DelegateInArgument x:TypeArguments="si:FileInfo" Name="CurrentFile" />
</ActivityAction.Argument1>
<ActivityAction.Argument2>
<DelegateInArgument x:TypeArguments="x:Int32" Name="CurrentIndex" />
</ActivityAction.Argument2>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="548,2272" sap2010:WorkflowViewState.IdRef="Sequence_2">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="strDocumentText" />
<Variable x:TypeArguments="p2:Document" Name="dom" />
<Variable x:TypeArguments="x:String" Name="strEndpoint">
<Variable.Default>
<Literal x:TypeArguments="x:String">https://du.uipath.com/ocr</Literal>
</Variable.Default>
</Variable>
<Variable x:TypeArguments="x:String" Default="ObxZYXiIAcFI68ot7B6vonxHkci0QNiqZmXDkShZWkEM48KeXzrku6BaZTxRMoErOudhkHCceyvpw7AW9SCBPQ==" Name="apiKey" />
<Variable x:TypeArguments="p5:ClassificationResult[]" Name="classificationResult" />
<Variable x:TypeArguments="p5:ExtractionResult" Name="extractionResult" />
<Variable x:TypeArguments="sd1:DataSet" Name="dataset_IDcarts" />
<Variable x:TypeArguments="x:Int32" Name="count" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<p:DigitizeDocument ApplyOcrMigrated="True" ApplyOcrOnPdf="Auto" DegreeOfParallelism="-1" DetectCheckboxes="True" DisplayName="Digitize Document" ForceApplyOCR="False" sap:VirtualizedContainerService.HintSize="486,297" sap2010:WorkflowViewState.IdRef="DigitizeDocument_1">
<p:DigitizeDocument.DocumentObjectModel>
<OutArgument x:TypeArguments="p2:Document">
<mca:CSharpReference x:TypeArguments="p2:Document" sap2010:WorkflowViewState.IdRef="CSharpReference`1_2">dom</mca:CSharpReference>
</OutArgument>
</p:DigitizeDocument.DocumentObjectModel>
<p:DigitizeDocument.DocumentPath>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_1">CurrentFile.FullName</mca:CSharpValue>
</InArgument>
</p:DigitizeDocument.DocumentPath>
<p:DigitizeDocument.DocumentText>
<OutArgument x:TypeArguments="x:String">
<mca:CSharpReference x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpReference`1_1">strDocumentText</mca:CSharpReference>
</OutArgument>
</p:DigitizeDocument.DocumentText>
<p:DigitizeDocument.OCREngine>
<ActivityFunc x:TypeArguments="sd:Image, x:String, scg:IEnumerable(scg:KeyValuePair(sd:Rectangle, x:String))" Argument1="{x:Reference __ReferenceID0}" Argument2="{x:Reference __ReferenceID1}">
<p3:UiPathDocumentOCR Output="{x:Null}" Text="{x:Null}" UseLocalServer="{x:Null}" ComputeSkewAngle="False" DisplayName="UiPath Document OCR" ExtractWords="True" sap:VirtualizedContainerService.HintSize="312,25" sap2010:WorkflowViewState.IdRef="UiPathDocumentOCR_1" Language="auto" Profile="None" Scale="1" Timeout="100000">
<p3:UiPathDocumentOCR.ApiKey>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_3">apiKey</mca:CSharpValue>
</InArgument>
</p3:UiPathDocumentOCR.ApiKey>
<p3:UiPathDocumentOCR.Endpoint>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_2">strEndpoint</mca:CSharpValue>
</InArgument>
</p3:UiPathDocumentOCR.Endpoint>
<p3:UiPathDocumentOCR.Image>
<InArgument x:TypeArguments="sd:Image">
<DelegateArgumentValue x:TypeArguments="sd:Image" sap2010:WorkflowViewState.IdRef="DelegateArgumentValue`1_1">
<DelegateInArgument x:TypeArguments="sd:Image" x:Name="__ReferenceID0" Name="Image" />
</DelegateArgumentValue>
</InArgument>
</p3:UiPathDocumentOCR.Image>
<p3:UiPathDocumentOCR.PredictionId>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="DelegateArgumentValue`1_2">
<DelegateInArgument x:TypeArguments="x:String" x:Name="__ReferenceID1" Name="PredictionId" />
</DelegateArgumentValue>
</InArgument>
</p3:UiPathDocumentOCR.PredictionId>
</p3:UiPathDocumentOCR>
</ActivityFunc>
</p:DigitizeDocument.OCREngine>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p:DigitizeDocument>
<p4:ClassifyDocumentScope DisplayName="Classify Document Scope" sap:VirtualizedContainerService.HintSize="486,532" sap2010:WorkflowViewState.IdRef="ClassifyDocumentScope_1" TaxonomyConfiguration="{}{"TaxonomyMappings":{"UI072b475540f24472a74115f99bc09685":{"DocumentTypeMappings":{"NoGroup.NoCategory.ID_CARD":{"OriginalDocumentTypeId":"NoGroup.NoCategory.ID_CARD","ClassifierDocumentTypeId":null,"IsDocumentTypeIdMapped":true}}}},"ClassifierMinimumConfidence":{"UI072b475540f24472a74115f99bc09685":"0"},"DocumentTypesByPersistenceId":{"UI072b475540f24472a74115f99bc09685":[]}}">
<p4:ClassifyDocumentScope.ClassificationResults>
<OutArgument x:TypeArguments="p5:ClassificationResult[]">
<mca:CSharpReference x:TypeArguments="p5:ClassificationResult[]" sap2010:WorkflowViewState.IdRef="CSharpReference`1_4">classificationResult</mca:CSharpReference>
</OutArgument>
</p4:ClassifyDocumentScope.ClassificationResults>
<p4:ClassifyDocumentScope.Classifiers>
<p4:IntelligentKeywordClassifier LearningData="{x:Null}" TimeoutMs="{x:Null}" ApiKey="ObxZYXiIAcFI68ot7B6vonxHkci0QNiqZmXDkShZWkEM48KeXzrku6BaZTxRMoErOudhkHCceyvpw7AW9SCBPQ==" DisplayName="Intelligent Keyword Classifier" Endpoint="https://du.uipath.com/svc/intelligentkeywords" sap:VirtualizedContainerService.HintSize="234,210" sap2010:WorkflowViewState.IdRef="IntelligentKeywordClassifier_1" LearningFilePath="DocumentProcessing\\classifyLearn.json" PersistenceId="UI072b475540f24472a74115f99bc09685">
<p4:IntelligentKeywordClassifier.ClassifierResult>
<OutArgument x:TypeArguments="p6:ClassifierResult">
<DelegateArgumentReference x:TypeArguments="p6:ClassifierResult">
<DelegateOutArgument x:TypeArguments="p6:ClassifierResult" Name="ClassifierResult" />
</DelegateArgumentReference>
</OutArgument>
</p4:IntelligentKeywordClassifier.ClassifierResult>
<p4:IntelligentKeywordClassifier.DocumentObjectModel>
<InArgument x:TypeArguments="p2:Document">
<DelegateArgumentValue x:TypeArguments="p2:Document">
<DelegateInArgument x:TypeArguments="p2:Document" Name="DocumentObjectModel" />
</DelegateArgumentValue>
</InArgument>
</p4:IntelligentKeywordClassifier.DocumentObjectModel>
<p4:IntelligentKeywordClassifier.DocumentPath>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String">
<DelegateInArgument x:TypeArguments="x:String" Name="DocumentPath" />
</DelegateArgumentValue>
</InArgument>
</p4:IntelligentKeywordClassifier.DocumentPath>
<p4:IntelligentKeywordClassifier.DocumentText>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String">
<DelegateInArgument x:TypeArguments="x:String" Name="DocumentText" />
</DelegateArgumentValue>
</InArgument>
</p4:IntelligentKeywordClassifier.DocumentText>
<p4:IntelligentKeywordClassifier.DocumentTypes>
<InArgument x:TypeArguments="p6:ClassifierDocumentType[]">
<DelegateArgumentValue x:TypeArguments="p6:ClassifierDocumentType[]">
<DelegateInArgument x:TypeArguments="p6:ClassifierDocumentType[]" Name="DocumentTypes" />
</DelegateArgumentValue>
</InArgument>
</p4:IntelligentKeywordClassifier.DocumentTypes>
<p4:IntelligentKeywordClassifier.PredictionId>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String">
<DelegateInArgument x:TypeArguments="x:String" Name="PredictionId" />
</DelegateArgumentValue>
</InArgument>
</p4:IntelligentKeywordClassifier.PredictionId>
</p4:IntelligentKeywordClassifier>
</p4:ClassifyDocumentScope.Classifiers>
<p4:ClassifyDocumentScope.DocumentObjectModel>
<InArgument x:TypeArguments="p2:Document">
<mca:CSharpValue x:TypeArguments="p2:Document" sap2010:WorkflowViewState.IdRef="CSharpValue`1_6">dom</mca:CSharpValue>
</InArgument>
</p4:ClassifyDocumentScope.DocumentObjectModel>
<p4:ClassifyDocumentScope.DocumentPath>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_7">CurrentFile.FullName</mca:CSharpValue>
</InArgument>
</p4:ClassifyDocumentScope.DocumentPath>
<p4:ClassifyDocumentScope.DocumentText>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_5">strDocumentText</mca:CSharpValue>
</InArgument>
</p4:ClassifyDocumentScope.DocumentText>
<p4:ClassifyDocumentScope.Taxonomy>
<InArgument x:TypeArguments="p1:DocumentTaxonomy">
<mca:CSharpValue x:TypeArguments="p1:DocumentTaxonomy" sap2010:WorkflowViewState.IdRef="CSharpValue`1_8">taxonomy</mca:CSharpValue>
</InArgument>
</p4:ClassifyDocumentScope.Taxonomy>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p4:ClassifyDocumentScope>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="486,92" sap2010:WorkflowViewState.IdRef="LogMessage_1" Level="Info">
<ui:LogMessage.Message>
<InArgument x:TypeArguments="x:Object">
<mca:CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_10">classificationResult[0].DocumentTypeId</mca:CSharpValue>
</InArgument>
</ui:LogMessage.Message>
</ui:LogMessage>
<p7:DataExtractionScope DocumentTypeId="{x:Null}" DisplayName="Data Extraction Scope" FormatValuesIfPossible="True" sap:VirtualizedContainerService.HintSize="486,515" sap2010:WorkflowViewState.IdRef="DataExtractionScope_1" TaxonomyConfiguration="{}{"TaxonomyMappings":{"UIe3308df84454411d9dd99956226727b1":{"DocumentTypeMappings":{"NoGroup.NoCategory.ID_CARD":{"FieldMappings":{"NoGroup.NoCategory.ID_CARD.TC_NO":{"OriginalTaxonomyFieldId":"NoGroup.NoCategory.ID_CARD.TC_NO","ExtractorTaxonomyFieldId":"\"id-no\"","ShouldExtract":true},"NoGroup.NoCategory.ID_CARD.AD":{"OriginalTaxonomyFieldId":"NoGroup.NoCategory.ID_CARD.AD","ExtractorTaxonomyFieldId":"\"first-name\"","ShouldExtract":true},"NoGroup.NoCategory.ID_CARD.SOYAD":{"OriginalTaxonomyFieldId":"NoGroup.NoCategory.ID_CARD.SOYAD","ExtractorTaxonomyFieldId":"\"last-name\"","ShouldExtract":true},"NoGroup.NoCategory.ID_CARD.DOGUM_YILI":{"OriginalTaxonomyFieldId":"NoGroup.NoCategory.ID_CARD.DOGUM_YILI","ExtractorTaxonomyFieldId":"\"birth-date\"","ShouldExtract":true}},"ExtractorDocumentTypeId":"\"\""}}}},"ExtractorMinimumConfidence":{"UIe3308df84454411d9dd99956226727b1":"0"},"ExtractorsAliases":{},"DocumentTypeOptionsByExtractor":{"UIe3308df84454411d9dd99956226727b1":[{"FieldId":"","SubOptions":[{"FieldId":"document-type","SubOptions":null},{"FieldId":"last-name","SubOptions":null},{"FieldId":"first-name","SubOptions":null},{"FieldId":"birth-place","SubOptions":null},{"FieldId":"birth-date","SubOptions":null},{"FieldId":"sex","SubOptions":null},{"FieldId":"nationality","SubOptions":null},{"FieldId":"id-no","SubOptions":null},{"FieldId":"issued-date","SubOptions":null},{"FieldId":"expiration-date","SubOptions":null},{"FieldId":"issued-place","SubOptions":null},{"FieldId":"authority","SubOptions":null},{"FieldId":"id-no2","SubOptions":null},{"FieldId":"mrz","SubOptions":null},{"FieldId":"address","SubOptions":null},{"FieldId":"state","SubOptions":null}]}]}}">
<p7:DataExtractionScope.ClassificationResult>
<InArgument x:TypeArguments="p5:ClassificationResult">
<mca:CSharpValue x:TypeArguments="p5:ClassificationResult" sap2010:WorkflowViewState.IdRef="CSharpValue`1_11">classificationResult[0]</mca:CSharpValue>
</InArgument>
</p7:DataExtractionScope.ClassificationResult>
<p7:DataExtractionScope.DocumentObjectModel>
<InArgument x:TypeArguments="p2:Document">
<mca:CSharpValue x:TypeArguments="p2:Document" sap2010:WorkflowViewState.IdRef="CSharpValue`1_13">dom</mca:CSharpValue>
</InArgument>
</p7:DataExtractionScope.DocumentObjectModel>
<p7:DataExtractionScope.DocumentPath>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_14">CurrentFile.FullName</mca:CSharpValue>
</InArgument>
</p7:DataExtractionScope.DocumentPath>
<p7:DataExtractionScope.DocumentText>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_12">strDocumentText</mca:CSharpValue>
</InArgument>
</p7:DataExtractionScope.DocumentText>
<p7:DataExtractionScope.ExtractionResult>
<OutArgument x:TypeArguments="p5:ExtractionResult">
<mca:CSharpReference x:TypeArguments="p5:ExtractionResult" sap2010:WorkflowViewState.IdRef="CSharpReference`1_5">extractionResult</mca:CSharpReference>
</OutArgument>
</p7:DataExtractionScope.ExtractionResult>
<p7:DataExtractionScope.Extractors>
<p8:MachineLearningExtractor SelectedMLSkill="{x:Null}" ApiKey="ObxZYXiIAcFI68ot7B6vonxHkci0QNiqZmXDkShZWkEM48KeXzrku6BaZTxRMoErOudhkHCceyvpw7AW9SCBPQ==" Configuration="{}{"Endpoint":"https://du.uipath.com/ie/id_cards","ApiKey":"ObxZYXiIAcFI68ot7B6vonxHkci0QNiqZmXDkShZWkEM48KeXzrku6BaZTxRMoErOudhkHCceyvpw7AW9SCBPQ==","AvailableMLSkills":[]}" DisplayName="Machine Learning Extractor" Endpoint="https://du.uipath.com/ie/id_cards" sap:VirtualizedContainerService.HintSize="234,193" sap2010:WorkflowViewState.IdRef="MachineLearningExtractor_1" PersistenceId="UIe3308df84454411d9dd99956226727b1" RetryOnFailure="True" Timeout="100000" UseServerSideOCR="False">
<p8:MachineLearningExtractor.AvailableMLSkills>
<sc:BindingList x:TypeArguments="x:String" AllowEdit="True" AllowNew="False" AllowRemove="True" RaiseListChangedEvents="True" />
</p8:MachineLearningExtractor.AvailableMLSkills>
<p8:MachineLearningExtractor.DocumentBounds>
<InArgument x:TypeArguments="p5:ResultsDocumentBounds">
<DelegateArgumentValue x:TypeArguments="p5:ResultsDocumentBounds">
<DelegateInArgument x:TypeArguments="p5:ResultsDocumentBounds" Name="DocumentBounds" />
</DelegateArgumentValue>
</InArgument>
</p8:MachineLearningExtractor.DocumentBounds>
<p8:MachineLearningExtractor.DocumentObjectModel>
<InArgument x:TypeArguments="p2:Document">
<DelegateArgumentValue x:TypeArguments="p2:Document">
<DelegateInArgument x:TypeArguments="p2:Document" Name="DocumentObjectModel" />
</DelegateArgumentValue>
</InArgument>
</p8:MachineLearningExtractor.DocumentObjectModel>
<p8:MachineLearningExtractor.DocumentPath>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String">
<DelegateInArgument x:TypeArguments="x:String" Name="DocumentPath" />
</DelegateArgumentValue>
</InArgument>
</p8:MachineLearningExtractor.DocumentPath>
<p8:MachineLearningExtractor.DocumentText>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String">
<DelegateInArgument x:TypeArguments="x:String" Name="DocumentText" />
</DelegateArgumentValue>
</InArgument>
</p8:MachineLearningExtractor.DocumentText>
<p8:MachineLearningExtractor.ExtractorDocumentType>
<InArgument x:TypeArguments="p9:ExtractorDocumentType">
<DelegateArgumentValue x:TypeArguments="p9:ExtractorDocumentType">
<DelegateInArgument x:TypeArguments="p9:ExtractorDocumentType" Name="ExtractorDocumentType" />
</DelegateArgumentValue>
</InArgument>
</p8:MachineLearningExtractor.ExtractorDocumentType>
<p8:MachineLearningExtractor.ExtractorResult>
<OutArgument x:TypeArguments="p9:ExtractorResult">
<DelegateArgumentReference x:TypeArguments="p9:ExtractorResult">
<DelegateOutArgument x:TypeArguments="p9:ExtractorResult" Name="ExtractorResult" />
</DelegateArgumentReference>
</OutArgument>
</p8:MachineLearningExtractor.ExtractorResult>
<p8:MachineLearningExtractor.PredictionId>
<InArgument x:TypeArguments="x:String">
<DelegateArgumentValue x:TypeArguments="x:String">
<DelegateInArgument x:TypeArguments="x:String" Name="PredictionId" />
</DelegateArgumentValue>
</InArgument>
</p8:MachineLearningExtractor.PredictionId>
</p8:MachineLearningExtractor>
</p7:DataExtractionScope.Extractors>
<p7:DataExtractionScope.Taxonomy>
<InArgument x:TypeArguments="p1:DocumentTaxonomy">
<mca:CSharpValue x:TypeArguments="p1:DocumentTaxonomy" sap2010:WorkflowViewState.IdRef="CSharpValue`1_15">taxonomy</mca:CSharpValue>
</InArgument>
</p7:DataExtractionScope.Taxonomy>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p7:DataExtractionScope>
<p7:ExportExtractionResults DisplayName="Export Extraction Results" sap:VirtualizedContainerService.HintSize="486,174" sap2010:WorkflowViewState.IdRef="ExportExtractionResults_1" IncludeConfidence="False" IncludeOCRConfidence="False">
<p7:ExportExtractionResults.DataSet>
<OutArgument x:TypeArguments="sd1:DataSet">
<mca:CSharpReference x:TypeArguments="sd1:DataSet" sap2010:WorkflowViewState.IdRef="CSharpReference`1_6">dataset_IDcarts</mca:CSharpReference>
</OutArgument>
</p7:ExportExtractionResults.DataSet>
<p7:ExportExtractionResults.ExtractionResult>
<InArgument x:TypeArguments="p5:ExtractionResult">
<mca:CSharpValue x:TypeArguments="p5:ExtractionResult" sap2010:WorkflowViewState.IdRef="CSharpValue`1_21">extractionResult</mca:CSharpValue>
</InArgument>
</p7:ExportExtractionResults.ExtractionResult>
</p7:ExportExtractionResults>
<ui:ForEach x:TypeArguments="sd1:DataTable" CurrentIndex="{x:Null}" DisplayName="For Each" sap:VirtualizedContainerService.HintSize="486,351" sap2010:WorkflowViewState.IdRef="ForEach`1_3">
<ui:ForEach.Body>
<ActivityAction x:TypeArguments="sd1:DataTable">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="sd1:DataTable" Name="table" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="450,227" sap2010:WorkflowViewState.IdRef="Sequence_3">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:WriteRange StartingCell="{x:Null}" AddHeaders="True" DisplayName="Write Range Workbook" sap:VirtualizedContainerService.HintSize="388,116" sap2010:WorkflowViewState.IdRef="WriteRange_1" SheetName="Deneme">
<ui:WriteRange.DataTable>
<InArgument x:TypeArguments="sd1:DataTable">
<mca:CSharpValue x:TypeArguments="sd1:DataTable" sap2010:WorkflowViewState.IdRef="CSharpValue`1_23">table</mca:CSharpValue>
</InArgument>
</ui:WriteRange.DataTable>
<ui:WriteRange.WorkbookPath>
<InArgument x:TypeArguments="x:String">
<mca:CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_39">"ID_Card_Informations/"+CurrentFile.Name+".xlsx"</mca:CSharpValue>
</InArgument>
</ui:WriteRange.WorkbookPath>
</ui:WriteRange>
</Sequence>
</ActivityAction>
</ui:ForEach.Body>
<ui:ForEach.Values>
<InArgument x:TypeArguments="sc1:IEnumerable">
<mca:CSharpValue x:TypeArguments="sc1:IEnumerable" sap2010:WorkflowViewState.IdRef="CSharpValue`1_22">dataset_IDcarts.Tables</mca:CSharpValue>
</InArgument>
</ui:ForEach.Values>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</ui:ForEach>
</Sequence>
</ActivityAction>
</ui:ForEachFileX.Body>
</ui:ForEachFileX>
<p10:PythonScope OperationTimeout="{x:Null}" DisplayName="Python Scope" sap:VirtualizedContainerService.HintSize="582,208" sap2010:WorkflowViewState.IdRef="PythonScope_1" Path="C:/Users/UCAR/AppData/Local/Programs/Python/Python37" TargetPlatform="x64" Version="Python 3.7" WorkingFolder="C:/Users/UCAR/Documents/UiPath/Document_Understanding/ID_Card_Informations">
<p10:PythonScope.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="PythonEngineSessionProperty" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="450,171" sap2010:WorkflowViewState.IdRef="Sequence_4">
<Sequence.Variables>
<Variable x:TypeArguments="p10:PythonObject" Name="pythonCode" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<p10:RunScript Code="{x:Null}" DisplayName="Run Python Script" sap:VirtualizedContainerService.HintSize="388,60" sap2010:WorkflowViewState.IdRef="RunScript_1" ScriptFile="C:/Users/UCAR/Documents/UiPath/Document_Understanding/ID_Card_Informations/excelbirlestirme.py" />
</Sequence>
</ActivityAction>
</p10:PythonScope.Body>
</p10:PythonScope>
</Sequence>
</Activity>