Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,11 @@ The mychen76/mistral7b_ocr_to_json_v1 (LLM) is a finetuned for convert OCR text
|
|
18 |
|
19 |
Motivation:
|
20 |
|
21 |
-
|
22 |
-
Hence, leveraging output from OCR engine could save LLM training time for image-to-text use case such as invoice or receipt image to json object convertion task.
|
23 |
|
24 |
Model Usage:
|
25 |
|
26 |
-
Take an invoice or receipt image
|
27 |
|
28 |
```
|
29 |
### Instruction:
|
|
|
18 |
|
19 |
Motivation:
|
20 |
|
21 |
+
Currently, OCR engines are well tested on image detection and text recognition. LLM models are well trained for text processing and generation. Hence, leveraging outputs from OCR engines could save LLM training times for image-to-text use cases such as invoice or receipt image to JSON object conversion tasks.
|
|
|
22 |
|
23 |
Model Usage:
|
24 |
|
25 |
+
Take an invoice or receipt image, perform OCR on the image to get text boxes, and feed the outputs into LLM models to generate a well-formed receipt JSON object.
|
26 |
|
27 |
```
|
28 |
### Instruction:
|