Skip to content

Commit

Permalink
Merge pull request #443 from meedan/CV2-4187-Determine-what-percentag…
Browse files Browse the repository at this point in the history
…e-of-an-image-is-text

CV2-4187-Determine-what-percentage-of-an-image-is-text
  • Loading branch information
ahmednasserswe committed Aug 28, 2024
2 parents b36ad46 + 8c76c20 commit 10901da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/controller/image_ocr_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def post(self):
return

app.logger.info(
f"[Alegre OCR] [image_uri {image.source.image_uri}] Image OCR response package looks like {response}")
f"[Alegre OCR] [image_uri {image.source.image_uri}] Image OCR response package looks like {str(response)}")

return {
'text': texts[0].description
Expand Down

0 comments on commit 10901da

Please sign in to comment.