Is it possible to read PDF's using Virtual Agent?

SaiNishwanR
Tera Contributor

I need to extract all the text from a PDF when uploaded to a form as an attachment, save them and use all words to look for specific keywords.

 

Document Intelligence is not an option as it is paid sadly, so is there any other option if Virtual Agent is not possible? This has to be performed on the platform itself so i cannot use API calls to perform this operation.

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @SaiNishwanR 

 

No, it might be later but also alone VA can't dom, it needs the help of Gen AI/ Now Assist to work which is again paid.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @SaiNishwanR 

 

No, it might be later but also alone VA can't dom, it needs the help of Gen AI/ Now Assist to work which is again paid.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hello regarding the genAi use for extracting the pdf content, can we do it with the agent itself without involving the document intelligence? If yes, can you tell me how? as i tried but the agents were not extracting the data. 

BillMartin
Mega Sage

you will need an OCR technology to read image to text. you may want to use open-source technology or create one.

 

To create an OCR (Optical Character Recognition) technology in JavaScript, you can leverage libraries like Tesseract.js, a pure JavaScript port of Tesseract, which is a powerful and open-source OCR engine developed by Google.