- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:16 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:19 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:19 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 01:28 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 05:29 AM
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.