davideuler
commited on
Commit
·
fb591e6
1
Parent(s):
9d793d0
snapshot
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ You can read both the original PDF file and the translated content side by side.
|
|
12 |
|
13 |
The local/remote translation API is invoked on a per-page basis as needed, triggered by page turns during reading.
|
14 |
|
|
|
|
|
|
|
15 |
|
16 |
## Supported translators and LLMS:
|
17 |
* Google Translator (NO need api-key, it it totally free)
|
@@ -69,9 +72,6 @@ cmake --build build --config Release -j 12
|
|
69 |
|
70 |
```
|
71 |
|
72 |
-
## Snapshot
|
73 |
-
|
74 |
-

|
75 |
|
76 |
|
77 |
## Acknowlegement
|
|
|
12 |
|
13 |
The local/remote translation API is invoked on a per-page basis as needed, triggered by page turns during reading.
|
14 |
|
15 |
+
## Snapshot
|
16 |
+
|
17 |
+

|
18 |
|
19 |
## Supported translators and LLMS:
|
20 |
* Google Translator (NO need api-key, it it totally free)
|
|
|
72 |
|
73 |
```
|
74 |
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
## Acknowlegement
|