How can i solove tesseract OCR error?

hello, I want to read text from PDF file with Tessereact OCR. Tesseract OCR’s language setting is eng. Here is error log.
I didn’t install tesseract. Does this affect an error?

안녕하세요, tesseract OCR로 PDF를 읽다가 다음과 같은 오류가 났습니다. 엔진 언어설정은 영어입니다.
밑에 오류로그를 첨부하겠습니다. 그리고 tesseract를 설치하지 않아서 생기는 건 아니겠죠?

this is Runtime execution error message.

21.4.4+Branch.master.Sha.a8b5101efe02651274064093e9c7410fedff7696

소스: Tesseract OCR

메시지: Error performing OCR: TessErrorLoadEngine TessErrorLoadEngine

예외 형식: System.Exception

RemoteException wrapping System.Exception: Error performing OCR: TessErrorLoadEngine TessErrorLoadEngine  ---> RemoteException wrapping System.ServiceModel.FaultException: TessErrorLoadEngine TessErrorLoadEngine 
   위치: System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   위치: System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
   위치: System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass7_0`1.<CreateGenericTask>b__0(IAsyncResult asyncResult)
   위치: System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- 예외가 throw된 이전 위치의 스택 추적 끝 ---
   위치: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   위치: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   위치: UiPath.Vision.VisionClient.<ScrapeAsync>d__5.MoveNext()
	--- End of inner exception stack trace ---
   위치: UiPath.Core.Activities.GetOCRText.OnScrapeFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
   위치: System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
   위치: System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Hi @mat-tang

Welcome to UiPath Community

check this post

may be this will be helpful

I’m appreciate your kindness! I read some answers that you sent me. Now it is working with MS OCR instead of Tesseract OCR.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.