Didier commited on
Commit
912d497
·
verified ·
1 Parent(s): 7f4dfdf

Update ocr.py

Browse files
Files changed (1) hide show
  1. ocr.py +1 -1
ocr.py CHANGED
@@ -338,7 +338,7 @@ def process_image_file(input_file: str):
338
  "text": (
339
  #"Could you extract the information present in the image. "
340
  #"No need to repeat the task description. Simply respond."
341
- "Could you perform optical characer recognition (OCR) on the image? "
342
  "Simply return the text without any additional comments. "
343
  "The exception would be if the image represents an ID card. "
344
  "In such a case, please return the information in a structured format. "
 
338
  "text": (
339
  #"Could you extract the information present in the image. "
340
  #"No need to repeat the task description. Simply respond."
341
+ "Could you perform optical character recognition (OCR) on the image? "
342
  "Simply return the text without any additional comments. "
343
  "The exception would be if the image represents an ID card. "
344
  "In such a case, please return the information in a structured format. "