We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1407640 commit 2f78672Copy full SHA for 2f78672
src/unstract/sdk/index.py
@@ -251,7 +251,7 @@ def index(
251
output_file_path=output_file_path,
252
)
253
254
- extracted_text = process_response.extracted_text
+ extracted_text = process_response.extracted_text
255
except AdapterError as e:
256
# Wrapping AdapterErrors with SdkError
257
raise IndexingError(str(e)) from e
0 commit comments