ucaslcl commited on
Commit
d18cb8e
1 Parent(s): c5df14f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ image_file = 'xxx.jpg'
37
  res = model.chat(tokenizer, image_file, ocr_type='ocr')
38
 
39
  # format texts OCR:
40
- # model.chat(tokenizer, image_file, ocr_type='format')
41
 
42
  # fine-grained OCR:
43
  # res = model.chat(tokenizer, image_file, ocr_type='ocr', ocr_box='')
 
37
  res = model.chat(tokenizer, image_file, ocr_type='ocr')
38
 
39
  # format texts OCR:
40
+ # res = model.chat(tokenizer, image_file, ocr_type='format')
41
 
42
  # fine-grained OCR:
43
  # res = model.chat(tokenizer, image_file, ocr_type='ocr', ocr_box='')