ExifReader
This shows how to get all the tags, and then pull the description out (which is where Lightroom Classic stores it)
#!/usr/bin/env node
const ExifReader =
const input_file = '/Users/alan/Photos/web-exports/aws-2022-0315-1507-0001.jpg'
Using ExifReader to process photos
https : //github.com/mattiasw/ExifReader
npm install exifreader
~ fin ~