Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ model.chat(tokenizer, image_file, ocr_type='format', ocr_color='')
|
|
42 |
res = model.chat_crop(tokenizer, image_file = image_file)
|
43 |
|
44 |
# render the formatted OCR results:
|
45 |
-
model.chat(tokenizer, image_file, ocr_type='format', ocr_box='', ocr_color='', render=True, save_render_file = '
|
46 |
|
47 |
print(res)
|
48 |
|
|
|
42 |
res = model.chat_crop(tokenizer, image_file = image_file)
|
43 |
|
44 |
# render the formatted OCR results:
|
45 |
+
model.chat(tokenizer, image_file, ocr_type='format', ocr_box='', ocr_color='', render=True, save_render_file = './demo.html')
|
46 |
|
47 |
print(res)
|
48 |
|