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
[**PutSearchableDocument**](PdfApi.md#PutSearchableDocument) | **Put** /pdf/{name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
@@ -5302,6 +5303,7 @@ Name | Type | Description | Notes
**password** | **string**| The password (Base64). |
11251
11260
11252
11261
### Return type
11253
11262
@@ -11603,6 +11612,41 @@ Name | Type | Description | Notes
11603
11612
11604
11613
[[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)
**imageFilePath** | **string**| Path to image file if specified. Request content is used otherwise. |
11635
+
**storage** | **string**| The document storage. |
11636
+
**folder** | **string**| The document folder. |
11637
+
**image** | ***os.File**| Image file. |
11638
+
11639
+
### Return type
11640
+
11641
+
[**ImagesResponse**](ImagesResponse.md)
11642
+
11643
+
### HTTP request headers
11644
+
11645
+
- **Content-Type**: multipart/form-data
11646
+
- **Accept**: application/json
11647
+
11648
+
[[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