ucaslcl commited on
Commit
cb53b30
1 Parent(s): ffd1620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ res = model.chat(tokenizer, image_file, ocr_type='ocr')
49
  # res = model.chat_crop(tokenizer, image_file = image_file)
50
 
51
  # render the formatted OCR results:
52
- # res = model.chat(tokenizer, image_file, ocr_type='format', ocr_box='', ocr_color='', render=True, save_render_file = './demo.html')
53
 
54
  print(res)
55
 
 
49
  # res = model.chat_crop(tokenizer, image_file = image_file)
50
 
51
  # render the formatted OCR results:
52
+ # res = model.chat(tokenizer, image_file, ocr_type='format', render=True, save_render_file = './demo.html')
53
 
54
  print(res)
55