You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**put_searchable_document**](PdfApi.md#put_searchable_document) | **PUT** /pdf/\{name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
@@ -4142,7 +4143,7 @@ Name | Type | Description | Notes
4142
4143
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **str**| The document folder. | [optional]
4159
4160
**storage** | **str**| The document storage. | [optional]
4161
+
**password** | **str**| The password (Base64). | [optional]
4160
4162
4161
4163
### Return type
4162
4164
@@ -4170,7 +4172,7 @@ Name | Type | Description | Notes
4170
4172
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **str**| The document folder. | [optional]
4187
4189
**storage** | **str**| The document storage. | [optional]
4190
+
**password** | **str**| The password (Base64). | [optional]
4188
4191
4189
4192
### Return type
4190
4193
@@ -6536,7 +6539,7 @@ Name | Type | Description | Notes
6536
6539
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -6563,7 +6567,7 @@ Name | Type | Description | Notes
6563
6567
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -8266,7 +8271,7 @@ Name | Type | Description | Notes
8266
8271
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**storage** | **str**| The document storage. | [optional]
8288
+
**password** | **str**| The password (Base64). | [optional]
8283
8289
**file** | **file**| A file to be converted. | [optional]
8284
8290
8285
8291
### Return type
@@ -8294,7 +8300,7 @@ Name | Type | Description | Notes
8294
8300
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**storage** | **str**| The document storage. | [optional]
8317
+
**password** | **str**| The password (Base64). | [optional]
8311
8318
**file** | **file**| A file to be converted. | [optional]
8312
8319
8313
8320
### Return type
@@ -8654,7 +8661,7 @@ Name | Type | Description | Notes
8654
8661
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **str**| The document folder. | [optional]
8672
8679
**storage** | **str**| The document storage. | [optional]
8680
+
**password** | **str**| The password (Base64). | [optional]
8673
8681
8674
8682
### Return type
8675
8683
@@ -8683,7 +8691,7 @@ Name | Type | Description | Notes
8683
8691
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **str**| The document folder. | [optional]
8701
8709
**storage** | **str**| The document storage. | [optional]
8710
+
**password** | **str**| The password (Base64). | [optional]
8702
8711
8703
8712
### Return type
8704
8713
@@ -8969,6 +8978,33 @@ Name | Type | Description | Notes
8969
8978
8970
8979
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**image_file_path** | **str**| Path to image file if specified. Request content is used otherwise. | [optional]
8993
+
**storage** | **str**| The document storage. | [optional]
8994
+
**folder** | **str**| The document folder. | [optional]
8995
+
**image** | **file**| Image file. | [optional]
8996
+
8997
+
### Return type
8998
+
8999
+
[**ImagesResponse**](ImagesResponse.md)
9000
+
9001
+
### HTTP request headers
9002
+
9003
+
-**Content-Type**: multipart/form-data
9004
+
-**Accept**: application/json
9005
+
9006
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments