Skip to content

Commit 2f78672

Browse files
authored
extracted text missing for the intial if condition (#91)
1 parent 1407640 commit 2f78672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unstract/sdk/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def index(
251251
output_file_path=output_file_path,
252252
)
253253

254-
extracted_text = process_response.extracted_text
254+
extracted_text = process_response.extracted_text
255255
except AdapterError as e:
256256
# Wrapping AdapterErrors with SdkError
257257
raise IndexingError(str(e)) from e

0 commit comments

Comments
 (0)