Skip to content
FlowHubFluxonLab
Google Drive
Google Drivefree

Extract and process information directly from PDF using Claude and Gemini

by Agent Studioadapted from n8n official workflow galleryUpdated Aug 2026
RequiresGoogle DriveGoogle DriveHTTP RequestHTTP Request
Share Post Share
MaWhen clicking 'Test workflow'When clicking '…EFExtract from FileExtract from Fi…Google DriveHRCall Gemini 2.0 Flash with PDF CapabilitiesCall Gemini 2.0…HRCall Claude 3.5 Sonnet with PDF CapabilitiesCall Claude 3.5…SeDefine Prompt12345
1/5
STEPS · 5
Run manually by an operator

Overview This workflow helps you compare Claude 3.5 Sonnet and Gemini 2.0 Flash when extracting data from a PDF This workflow extracts and processes the data within a PDF in one single step, instead of calling an OCR and then an LLM” How it works The initial 2 steps download the PDF and convert it to base64. This base64 string is then sent to both Claude 3.5 Sonnet and Gemini 2.0 Flash to extract information. This workflow is made to let you compare results, latency, and cost (in their dedicated dashboard). How to use it Set up your Google Drive if not already done Select a document on your Google Drive Modify the prompt in "Define Prompt" to extract the information you need and transform it as wanted.

Tags

n8nreference-onlygoogle-drive
Connects
googledriveGoogle DriveWHTTP Request
CategoryGoogle Drive
Triggermanual
Complexitymedium
Nodes6
AddedJan 21, 2025

Related workflows

See all Google Drive
googledriveW
free

Backup n8n workflows to Google Drive

Temporary solution using the undocumented REST API for backups using Google drive. Please note that there are issues with this workflow. It does not support versioning, so please know that it will create multiple copies of the workflows so if you run this daily it will make the folder grow quickly. Once I figure out how to version in Gdrive I'll update it here.

by Angel Menendez
googledriveW
free

Automatically optimise images added to a Google drive folder

How it works This workflow watches a selected Google Drive folder for any images added to it. It then takes that image, sends it the the tinypng.com service which optimises and reduces its size (where possible) Tinypng then returns the updated image which is then automatically saved in your chose Google Drive folder Setting things up It's pretty simple to configure and should only take around 5-10mins. You only need to set up credentials for Google Drive and Tinypng.com For Tinypng.com you can sign up for their free tier API access which gives you 500 optimisations per month Once you have those two things, you just need choose your 'input' folder to watch for images and your 'output' folder for where these images should be stored There are a few more optional things you can do such as the naming of your final image and also lots more you could do with the Tinypng API for more advanced image optimisation

by Jonathan
googledriveW
free

Protect PDF with the password using ConvertAPI

Who is this for? For developers and organizations that need to protect PDF files with the password. What problem is this workflow solving? PDF file protection problem. What this workflow does Downloads the PDF file from the web. Protects PDF file with the password. Stores the PDF file in the local file system. How to customize this workflow to your needs Open the HTTP Request node. Adjust the URL parameter (all endpoints can be found here). Use your API Token for authentication. Pass the token in the Authorization header as a Bearer token. You can manage your API Tokens in the User panel → Authentication. Change the password in the parameter UserPassword Optionally, additional Body Parameters can be added for the converter.

by ConvertAPI