Receipt and Invoice AI - Now available in Public Preview!

got it, thank you

2 Likes

Hi Alex, You don’t need to access URL. I guess that the URL is for the UiPath activity to connect to the Invoice and Receipt cloud AI engines. You can see that it is configured for cloud AI engine if you check the demo script provided by UiPath and.

2 Likes

Hi @Esther_Ziliber,

My best opinion is here !!

Regards
Balamurugan.S

3 Likes

Hi @Iyce_Winsoft

This is available in the output variable ExtractionResults of the Data Extraction Scope.

Best,
Alex.

6 Likes

Hi @zparsons,

Hang in there, we are working on it! Stay tuned!

best,
Alex.

3 Likes

Hello,
I am working on community version of UiPath 2018.4.6. When I run the code given it is giving
me error “An error occured while sending the request”. Can i know what is going wrong?

Thank you

2 Likes

Hi @alexcabuz,

While using the Machine Learning Extractor sometimes I’m getting these errors

‘Machine Learning Extractor: Error while copying content to a stream.’
‘ML Extractor - Invoices: An error occurred while sending the request.’

can i know the reason and solution for this error?

Thanks and Regards,
Ramya.

2 Likes

Hello @Ramyaraju - can you please share a document on which this error can be reproduced consistently? If it is a bug, we’d like to reproduce and fix it…

Also, logs and complete error messages would be of great help as well.

Thanks,

Ioana

6 Likes

Hi @loana_Gligan,

Thanks for the reply.

Attached .xaml file is without any input documents(pdf) files because its sensitive customer data.
Intelligent_OCR.zip (310.9 KB)

Below attached are the logs faced due to the errors,
‘Machine Learning Extractor: Error while copying content to a stream.’
‘ML Extractor - Invoices: An error occurred while sending the request.’
Logs.zip (192.7 KB)

Regards,
Ramya.

2 Likes

Hello Everyone,

Can somebody please help me to understand, how we can save the extracted invoice data into Excel sheet in this DataExtraction_MIExtractor Example. I have a knowledge on building Data table and Add Data Row activities to save the Items. Just Confused how to get these extracted values into Variables.

Regards
Vishnu

2 Likes

Hi @winningvish -

Add Export Extraction Results (Create out variable Ex: ExtractedRes)
Then write these Datasets into excel with for each.

Hope it works for you!
Thanks

5 Likes

Hi @harsha_vardhan,

Thank you so much for your kind reply.
yes its worked only for the values extracted by the robot.
How we can save the values, as a human that we have edited while execution? The Values that we are edited are not saving in the Excel.

Regards
Vishnu

2 Likes

Is there a way I can extend this functionality to different type of documents such as bank statements etc.?

2 Likes

Hi @Sangeeta_Paranjape

NO, you have to implement your own models, Uipath brings on-premises ML models implementation/usage in Q1 2020.

4 Likes

@winningvish, will check and update you. try Extract Semi structured documents activitie in Go!

Thanks

6 Likes

ok, thank you!

3 Likes

Hi alex,
There was a script for training in workflow.
is it static i mean the keyword clasifer for classifying the type

3 Likes

Wow!!! was looking forward to this!!! :smiley:

3 Likes

thanks for this example.

how can I improve the reader? because now, I have an invoice, but the system isn’t able to read quantity column (picture below).

Matteo

4 Likes

Have you tried using the Export Extraction Results activity?

6 Likes