Skip to content

Commit afb4bae

Browse files
authored
docs: fix fine-tuned model description
1 parent 99149d0 commit afb4bae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Menu Text Detection System
22

3-
Extract structured menu information from images into JSON using a fine-tuned Donut E2E model.
4-
> Based on [Donut by Clova AI (ECCV ’22)](https://github.com/clovaai/donut)
3+
Extract structured menu information from images into JSON using a fine-tuned E2E model or LLM.
54

65
<div align="center">
76

@@ -27,7 +26,7 @@ Currently supports the following information from menu images:
2726
> For the JSON schema, see [tools directory](./tools).
2827
2928
### Supported Methods to Extract Menu Information
30-
- Fine-tuned Donut model
29+
- Fine-tuned model: Donut - [by Clova AI (ECCV ’22)](https://github.com/clovaai/donut)
3130
- OpenAI GPT API
3231
- Google Gemini API
3332

0 commit comments

Comments
 (0)