Auto-create google docx file when uploading photo to Google Drive

I'm trying to OCR a bunch of screenshots using Google Drive. In general, you could right click on a photo in Google Drive and select "Open with -> Google Docs" and it will give you a docx file containing all the text that was is the screenshot.

This process is not efficient and works only for one photo at a time and also it takes 4-5 seconds per photo even though the photo is already on Google's servers.

I am thinking that rclone could help in this regard by auto-creating the docx file alongside the original photo at the time the photos are being uploaded. This can be achieved by using Google Drive's API Parameters but I'm not sure if rclone supports using those parameters in the command. I'm trying to use ocr = true parameter. Is it even possible to use it in rclone?

Thanks.