We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99149d0 commit afb4baeCopy full SHA for afb4bae
README.md
@@ -1,7 +1,6 @@
1
# Menu Text Detection System
2
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)
+Extract structured menu information from images into JSON using a fine-tuned E2E model or LLM.
5
6
<div align="center">
7
@@ -27,7 +26,7 @@ Currently supports the following information from menu images:
27
26
> For the JSON schema, see [tools directory](./tools).
28
29
### Supported Methods to Extract Menu Information
30
-- Fine-tuned Donut model
+- Fine-tuned model: Donut - [by Clova AI (ECCV ’22)](https://github.com/clovaai/donut)
31
- OpenAI GPT API
32
- Google Gemini API
33
0 commit comments