Question
IN
Last activity: 17 Oct 2019 8:30 EDT
Tesseract Integration In PEGA
Hi everyone
My Scenario - To obtain texts from a image containing some texts using Tess4j.
I have implemented it in Java Environment. After then i have imported the jar to pega, and trying to write a java code within the activity. Problem arises when i am trying to call ITeserract method (static method) from the activity. How to proceed with it?
Getting below error:
"Java at step: 2 line: 3
ITesseract cannot be resolved to a type
ITesseract cannot be resolved to a type
Compile failed."
Any help would be appreciated.
Thank You