Reference an attachment property in AIP Logic

Is there a way to reference an attachment property on an object with AIP Logic?

My end goal is to allow a user to upload an attachment via a Workshop app, parse the text and run it through AIP to extract various properties and create an object type from it.

I’ve tried using pdfjs-dist to parse via TS with no luck, so I thought AIP Logic might’ve been a good alternative but it doesn’t look like it’s supported currently.

This is currently not supported - however, you can store the document as a media set reference and then AIP Logic can reference the document. Currently I’ve noticed that one media type is best, as mixed media can throw an error sometimes (expecting an image, received a PDF, type of situation).