How to extract table data/items from an image file and write in excel? (without DU)
Thank you for the help, but I don’t know python so it won’t be of much help.
I am trying to do it on UiPath.
@Palaniyappan , @Lahiru.Fernando , @loginerror please help me with any suggestion on how to achieve this.
SenzoD
(Senzo Dlomo)
September 23, 2020, 5:31am
5
that’s a copy and paste. UiPath has an execute python code activity.
Or you can use the bot to open CMD and run the Python code. might take you a bit of googling and figuring stuff but it’s worth it.
@indrajit.shah
While waiting for help, browse through the below and see if it helps:
As we know, the input to the business processes being automated can be in any format. What if we have an image as an input which contains data? Let’s look at it!!! Example Implementation using UiPath : Let us implement a workflow which consumes an...
Est. reading time: 1 minute
I would like to extract 2 information (fare and date) from a receipt in photo image format in one process. however I keep facing two problems.
[3]
[2]
how to record the “screen scraping” to capture these two information in the same sequence? when everytime click the screen scraping wizard , it will create another sequence in the main flow, but I want to be in the same sequence. I also try to manual drag and drop the “Get OCR TEXT” and use Microsoft OCR, however, I can’t preview the result…
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Can we extract Embedded text from an image in PDF like text from a logo or a stamp, using document Understanding and Intelligent OCR?
1 Like
I appreciate your help @SenzoD , but this is not one time thing, so i have to do it the way in which I can explain or can help with project more.
1 Like
Maria2na
(Maria Irimias)
September 23, 2020, 5:50am
7
If the table structure is always the same, I would recommend to use an OCR engine to get the text and then with Regex, manipulate the text, such that to split it in rows and then in columns.
The problem is I am not getting proper text from OCR, I used tesseract OCR
Maria2na
(Maria Irimias)
September 24, 2020, 8:15am
9
You can try different OCR engines, and play with the Scale property, to obtain better results.
There are also available cloud trial versions for others, like Microsoft, Abbyy if the free ones do not deliver the expected results.
SriniAuto
(Srinivas)
November 10, 2021, 12:03pm
10
Hi @SenzoD ,
Thanks for the script. Just wanted to confirm, is this a generic one or for a sepcific table type ?
please advise, thanks in advance.