mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: getAssetOcr endpoint (#23331)
* feat: getAssetOcr endpoint * pr feedback
This commit is contained in:
parent
8d25f81bec
commit
9098717c55
12 changed files with 560 additions and 0 deletions
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
|
@ -274,6 +274,8 @@ class ApiClient {
|
|||
return AssetMetadataUpsertDto.fromJson(value);
|
||||
case 'AssetMetadataUpsertItemDto':
|
||||
return AssetMetadataUpsertItemDto.fromJson(value);
|
||||
case 'AssetOcrResponseDto':
|
||||
return AssetOcrResponseDto.fromJson(value);
|
||||
case 'AssetOrder':
|
||||
return AssetOrderTypeTransformer().decode(value);
|
||||
case 'AssetResponseDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue