Aditya Nagdiya
Aditya Nagdiya
hi I created the annotations folder containing **json** files , like this: ``` { "form": [ { "box": [ 84, 109, 136, 119 ], "text": "23456789", "label": "invoice_num", "words": [...
thanks for the quick response, but i didn't get how this script is taking the inputs .
hi i have prepared the dataframe like this: now what should be the scrip for fine tuning ?
> Hi, > > This is definitely on my roadmap. The LayoutLMv2 authors [defined](https://github.com/microsoft/unilm/blob/53995b4876464146365693396aaaa09e88a4494e/layoutlmft/layoutlmft/models/layoutlmv2/modeling_layoutlmv2.py#L895) another model called `LayoutLMv2ForRelationExtraction`, that does exactly that. However, they did not specify how to use...
hi, did u get the solution for saving wrapper for later use. i mean play it back later on some other machine .
hi, let us say I have performed two activities on notepad and I have this list of wrapper objects: ``` wrappers_list=[, ] ``` now **can I pass this wrapper_list as...
hi @Malisha15 , sorry for the late reply. once you have your trained model ready, you can use this **inference code**: ``` labels = ['date', 'invoice_num', 'total', 'others'] id2label =...
hi @Monta79 , u don't need that 'fields'(I updated the above code.) that was actually useful when u explicitly pass desired fields to extract like: fields=['invoice_num', 'total']. otherwise its not...
that can be done. but it won't be automation then.
hi, activities performed on calculator : click -> 5 click -> multiply **press -> 2** click ->equal generated script : ``` from pywinauto_recorder.player import * with UIPath(u"Calculator||Window"): with UIPath(u"Calculator||Window->||Custom->||Group"): click(u"Number...