Q: Multiple Docs Parsing and analysis
Is it possible to use mazaal to parse and analyze bulk of pdf files (such as academic papers)? I tried before, but it seems we can only process one file at a time.
Galih52553May 9, 2025
Founder Team

Enod_MazaalAI
May 12, 2025A: Hi there,
Its definitely possible. There are many ways to tackle this on mazaal. I'll just give you 2 examples:
1. Build a workflow: Google drive new files as a trigger, parse the pdf into text, and then use deepseek or any other LLM you like to extract all the fields using JSON mode enabled.
2. Build an agent: Build a data intelligence agent via agent creation and then guide it what to extract. Bring this agent within the workflow.
Share
Helpful?
Log in to join the conversation