Update 'xppl/getannot.py'
This commit is contained in:
parent
80845b4429
commit
59be37d9a4
@ -45,7 +45,7 @@ def get_annot_results(annot, name):
|
|||||||
data = {
|
data = {
|
||||||
'text': item['text'],
|
'text': item['text'],
|
||||||
'extract': item['target'][0]['selector'][2]['exact'],
|
'extract': item['target'][0]['selector'][2]['exact'],
|
||||||
'title': item['uri'][36:], 'url': item['uri']
|
'title': item['uri'][37:], 'url': item['uri']
|
||||||
}
|
}
|
||||||
res.append(data)
|
res.append(data)
|
||||||
else:
|
else:
|
||||||
@ -54,7 +54,7 @@ def get_annot_results(annot, name):
|
|||||||
data = {
|
data = {
|
||||||
'text': item['text'],
|
'text': item['text'],
|
||||||
'extract': item['target'][0]['selector'][1]['exact'],
|
'extract': item['target'][0]['selector'][1]['exact'],
|
||||||
'title': item['uri'][36:], 'url': item['uri']
|
'title': item['uri'][37:], 'url': item['uri']
|
||||||
}
|
}
|
||||||
res.append(data)
|
res.append(data)
|
||||||
return res
|
return res
|
||||||
@ -71,7 +71,7 @@ def get_annot_book(annot, name):
|
|||||||
data = {
|
data = {
|
||||||
'text': item['text'],
|
'text': item['text'],
|
||||||
'extract': item['target'][0]['selector'][2]['exact'],
|
'extract': item['target'][0]['selector'][2]['exact'],
|
||||||
'title': item['uri'][36:], 'url': item['uri']
|
'title': item['uri'][37:], 'url': item['uri']
|
||||||
}
|
}
|
||||||
res.append(data)
|
res.append(data)
|
||||||
else:
|
else:
|
||||||
@ -80,7 +80,7 @@ def get_annot_book(annot, name):
|
|||||||
data = {
|
data = {
|
||||||
'text': item['text'],
|
'text': item['text'],
|
||||||
'extract': item['target'][0]['selector'][1]['exact'],
|
'extract': item['target'][0]['selector'][1]['exact'],
|
||||||
'title': item['uri'][36:], 'url': item['uri']
|
'title': item['uri'][37:], 'url': item['uri']
|
||||||
}
|
}
|
||||||
res.append(data)
|
res.append(data)
|
||||||
return res
|
return res
|
||||||
|
Loading…
Reference in New Issue
Block a user