How can I get OCR engine error logs

0 votes
I am new to UiPath and just started using OCR engine for reading images. But I am getting some errors and I couldn't find them in logs. Can anyone suggest how can I get OCR engine error logs?
Mar 13, 2019 in RPA by Smita
541 views

1 answer to this question.

0 votes

Hey Smita, getting OCR engine errors is a very common issue as they doesn't show in error logs. So to see OCR engine errors, you can use UiPath.Vision.Host Diagnostic Logs. The UiPath.Vision.Host Diagnostic Logs enables you to gather information regarding OCR engine errors.

You can enable the generation of diagnostic log files by adding following lines to <Installation Folder>\NLog.config file:

<target xsi:type="File" name="visionHostFile" fileName="${LogDirectory}/${shortdate}_VisionHost.log" layout="${time} ${level} ${message}" concurrentWrites="true" />

<logger name="UiPath.Vision.Host.exe" minLevel="Trace" writeTo="visionHostFile" final="true" />

Just keep in mind that, to edit the NLog.Config file you need administrator permissions.

answered Mar 13, 2019 by Abha
• 28,140 points

Related Questions In RPA

0 votes
1 answer

How Logs work in UIPath Orchestrator and how can I view them?

Hello Jagat, the Logs page displays logs ...READ MORE

answered Apr 8, 2019 in RPA by Pratibha
• 3,690 points
5,047 views
0 votes
2 answers

how can i add collection data to csv in blue prism?

Use the utility something which contains Get ...READ MORE

answered Jul 10, 2020 in RPA by jananidhamu98@
• 550 points
4,311 views
0 votes
1 answer

How can I handle and follow Links Using Web Element in RPA Express?

Workfusion RPA Express version 1.2.0, Web elements ...READ MORE

answered Oct 22, 2018 in RPA by Priyaj
• 58,090 points
1,223 views
0 votes
1 answer

How can I implement RPA?

There are these  6 steps that should ...READ MORE

answered Jan 11, 2019 in RPA by Tulsi

edited Jun 28, 2023 by Khan Sarfaraz 577 views
0 votes
1 answer

How Google OCR is different from Microsoft OCR in UiPath?

Hi @Pratibha, UiPath Studio provides Microsoft and ...READ MORE

answered Oct 16, 2019 in RPA by Abha
• 28,140 points
4,332 views
+4 votes
1 answer

How to display multiple lines

You can use this to display multiple ...READ MORE

answered Sep 27, 2018 in RPA by Priyaj
• 58,090 points
511 views
0 votes
1 answer

Identify a Column in a database in UiPath Studio

There are two options to identify a ...READ MORE

answered Feb 12, 2019 in RPA by Sahiti
• 6,370 points
2,515 views
0 votes
1 answer

Which edition of UiPath is more suitable for individual use, Enterprise Platform or Community Edition? Why?

UiPath’s Community Edition (CE) is the version which is ...READ MORE

answered Mar 7, 2019 in RPA by Mishti
• 480 points
1,370 views
0 votes
1 answer

How can I include any dependency or library to a UiPath project?

Hey @Praharsh, in order to manage the ...READ MORE

answered Mar 6, 2019 in RPA by Abha
• 28,140 points
3,410 views
+2 votes
1 answer

How can I connect Robots to Orchestrator in UiPath?

Hey Rakshit, for connecting Robots to Orchestrator, ...READ MORE

answered Mar 12, 2019 in RPA by Abha
• 28,140 points
20,807 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP