Skip to content

Commit 2f3aff0

Browse files
authored
Update generative-ocr.mdx (#778)
1 parent 3954503 commit 2f3aff0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ui/enriching/generative-ocr.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Before (vertical watermarked text, represented incorrectly):
1616

1717
```json
1818
{
19-
"...", "...",
19+
"...": "...",
2020
"text": "3 2 0 2 t c O 9 2 ] V C . s c [ 2 v 9 0 8 6 1 . 0 1 3 2 : v i X r",
21-
"...", "..."
21+
"...": "..."
2222
}
2323
```
2424

2525
After (vertical watermarked text, now represented correctly from the original content):
2626

2727
```json
2828
{
29-
"...", "...",
29+
"...": "...",
3030
"text": "arXiv:2310.16809v2 [cs.CV] 29 Oct 2023",
31-
"...", "..."
31+
"...": "..."
3232
}
3333
```
3434

@@ -40,19 +40,19 @@ Before (hyperlink, represented incorrectly):
4040

4141
```json
4242
{
43-
"...", "...",
43+
"...": "...",
4444
"text": "con/Yuliang-Liu/MultinodalOCR|",
45-
"...", "..."
45+
"...": "..."
4646
}
4747
```
4848

4949
After (hyperlink, now represented correctly from the original content):
5050

5151
```json
5252
{
53-
"...", "...",
53+
"...": "...",
5454
"text": "https://github.com/Yuliang-Liu/MultimodalOCR",
55-
"...", "..."
55+
"...": "..."
5656
}
5757
```
5858

@@ -64,19 +64,19 @@ Before (Chinese characters, represented incorrectly):
6464

6565
```json
6666
{
67-
"...", "...",
67+
"...": "...",
6868
"text": "GT SHE GPT4-V: EHES",
69-
"...", "..."
69+
"...": "..."
7070
}
7171
```
7272

7373
After (Chinese characters, now represented correctly from the original content, expressed as Unicode):
7474

7575
```json
7676
{
77-
"...", "...",
77+
"...": "...",
7878
"text": "GT : \u91d1\u724c\u70e7\u814a GPT4-V: \u6587\u9759\u5019\u9e1f",
79-
"...", "..."
79+
"...": "..."
8080
}
8181
```
8282

0 commit comments

Comments
 (0)