Update README.md
Browse files
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='')
|