<
>
ID
{id}
Library ID
{library_id}
Folder ID
{folder_id}
DATETIME
{new Date(created_at * 1000).toLocaleString()}
{filepath}
Image Title
{title}
TAGS
{#each tags as tag}
{tag}
{/each}
METADATA
{#each metadata_entries as entry}
{entry.key}
{#if typeof entry.value === 'object'} {#if isValidOCRDataStructure(entry.value)}
{:else}
{JSON.stringify( entry.value, null, 2 )}
{/if} {:else}
{@html marked(entry.value)}
{/if}
({entry.source})
{/each}
×