Implement file resumption logic in the Python script to allow resuming processing from a specified file. - Update the PowerShell script to call the Python script with named arguments (--folder_path, --resume_file). - Conditionally pass the --resume_file argument in the PowerShell script only if it is provided by the caller. - Update script documentation to reflect the changes in argument handling and the addition of the resumption logic.