gpt4 book ai didi

python - 在python中获取文件详细信息

转载 作者:行者123 更新时间:2023-11-28 18:29:03 25 4
gpt4 key购买 nike

我正在尝试使用 Python 提取文件的详细信息。具体来说,当我右键单击一张照片并选择属性时,在弹出菜单的“详细信息”选项卡下,有一大堆关于该文件的详细信息。我真正需要的是“人员”详细信息的内容。

这是有问题的菜单:

有没有什么好的方法可以通过字符串或其他方式获取人员详细信息?

有些人建议使用 ExifRead。我试过了,但它没有从 Exif 数据中提取人物标签。

最佳答案

这不是 EXIF 数据,而是 Windows 为 Windows 属性系统中不同类型的对象填充的数据。

你关心的是System.Photo.PeopleNames :

propertyDescription
name = System.Photo.PeopleNames
shellPKey = PKEY_Photo_PeopleNames
formatID = E8309B6E-084C-49B4-B1FC-90A80331B638
propID = 100
searchInfo
inInvertedIndex = true
isColumn = true
isColumnSparse = true
columnIndexType = OnDemand
maxSize = 128
mnemonics = people|people tag|people tags
labelInfo
label = People
sortDescription
invitationText = Add a people tag
hideLabel = false
typeInfo
type = String
groupingRange = Discrete
isInnate = true
canBePurged = true
multipleValues = true
isGroup = false
aggregationType = Union
isTreeProperty = false
isViewable = true
isQueryable (Vista) = false
includeInFullTextQuery (Vista) = false
searchRawValue (Windows 7) = true
conditionType = String
defaultOperation = Equal
aliasInfo
sortByAlias = None
additionalSortByAliases = None
displayInfo
defaultColumnWidth = 11
displayType = String
alignment = Left
relativeDescriptionType = General
defaultSortDirection = Ascending
stringFormat
formatAs = General
booleanFormat
formatAs = YesNo
numberFormat
formatAs = General
formatDurationAs = hh:mm:ss
dateTimeFormat
formatAs = General
formatTimeAs = ShortTime
formatDateAs = ShortDate
enumeratedList
defaultText
useValueForDefault = False
enum
value
text
enumRange
minValue
setValue
text
drawControl
control = Default
editControl
control = Default
filterControl
control = Default
queryControl
control = Default

要在 Python 中访问此信息,请使用 win32com.propsys

关于python - 在python中获取文件详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39010497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com