Automating the management and renaming of scanned files with Make.com

Hi everyone! I’m working on a project where I need to automate the management of scanned files. Specifically, I’d like to create a flow that:

  1. Reads the content of the files (using OCR).

  2. Identifies a category based on keywords in the text (the documents have completely different layouts).

  3. Automatically renames the files by adding the category to the filename (6-7 categories in total).

Example: doc001.pdf → doc001_identitydocument.pdf.

Can someone help me by suggesting which nodes to use or where I can find a tutorial video?

I would suggest that you look into using Google Cloud Vision to help with OCR

1 Like

thank you very much, could you help me by indicating the exact nodes to use?