Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrianC committed Dec 9, 2024
1 parent 4bee04a commit 18a87ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edenai_apis/apis/base64/base64_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def ocr__data_extraction(
except ValueError:
bbox = BoundingBox.unknown()

if key := value.get(key):
if key := value.get("key"):
items.append(
ItemDataExtraction(
key=key,
Expand Down

0 comments on commit 18a87ec

Please sign in to comment.