Uses of Class
io.quarkiverse.langchain4j.watsonx.exception.TextExtractionException
Packages that use TextExtractionException
-
Uses of TextExtractionException in io.quarkiverse.langchain4j.watsonx.runtime
Methods in io.quarkiverse.langchain4j.watsonx.runtime that throw TextExtractionExceptionModifier and TypeMethodDescriptionTextExtraction.checkExtractionStatus
(String id) Retrieves the current status of a text extraction process.TextExtraction.extractAndFetch
(String absolutePath) Starts the text extraction process for a file that is already present in Cloud Object Storage (COS) and returns the extracted text value.TextExtraction.extractAndFetch
(String absolutePath, TextExtraction.Parameters parameters) Starts the text extraction process for a file that is already present in Cloud Object Storage (COS) and returns the extracted text value.TextExtraction.startExtraction
(String absolutePath) Starts the asynchronous text extraction process for a document stored in IBM Cloud Object Storage (COS).TextExtraction.startExtraction
(String absolutePath, TextExtraction.Parameters parameters) Starts the asynchronous text extraction process for a document stored in IBM Cloud Object Storage (COS).TextExtraction.uploadAndStartExtraction
(File file) Uploads a local file to IBM Cloud Object Storage (COS) and starts the asynchronous text extraction process.TextExtraction.uploadAndStartExtraction
(File file, TextExtraction.Parameters parameters) Uploads a local file to IBM Cloud Object Storage (COS) and starts the asynchronous text extraction process.TextExtraction.uploadAndStartExtraction
(InputStream is, String fileName) Uploads an InputStream to IBM Cloud Object Storage (COS) and starts the asynchronous text extraction process.TextExtraction.uploadAndStartExtraction
(InputStream is, String fileName, TextExtraction.Parameters parameters) Uploads an InputStream to IBM Cloud Object Storage (COS) and starts the asynchronous text extraction process.TextExtraction.uploadExtractAndFetch
(File file) Uploads a local file to IBM Cloud Object Storage (COS), starts text extraction process and returns the extracted text value.TextExtraction.uploadExtractAndFetch
(File file, TextExtraction.Parameters parameters) Uploads a local file to IBM Cloud Object Storage (COS) and starts the asynchronous text extraction process.TextExtraction.uploadExtractAndFetch
(InputStream is, String fileName) Uploads an InputStream to IBM Cloud Object Storage (COS), starts text extraction process and returns the extracted text value.TextExtraction.uploadExtractAndFetch
(InputStream is, String fileName, TextExtraction.Parameters parameters) Uploads an InputStream to IBM Cloud Object Storage (COS) and starts the asynchronous text extraction process.