I am using batchplay to get the exif data of the image, but the GPS data are different from the ones that can be consulted in the “image information” menu of photoshop. Any idea? Thanks
const get_EXIF = await batchPlay(
[{
"_obj": "get",
"_target": [{
"_property": "EXIF"
},
{
"_ref": "document",
"_enum": "ordinal",
"_value": "targetEnum"
}]