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:
-
Reads the content of the files (using OCR).
-
Identifies a category based on keywords in the text (the documents have completely different layouts).
-
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?