You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of any questions, help requests or just feedback - please [join us on Discord](https://discord.gg/NJzu47Ye3a)!
164
164
165
165
166
-
## Text extract stratgies
166
+
## Text extract strategies
167
167
168
168
### `easyocr`
169
169
170
-
Easy OCR is avaialble on Apache based license. It's general purpose OCR with support for more than 30 langues, probably with the best performance for English.
170
+
Easy OCR is available on Apache based license. It's general purpose OCR with support for more than 30 languages, probably with the best performance for English.
171
171
172
172
Enabled by default. Please do use the `strategy=easyocr` CLI and URL parameters to use it.
173
173
174
174
175
175
### `minicpm-v`
176
176
177
-
MiniCPM-V is Apache based licenseed OCR strategy.
177
+
MiniCPM-V is an Apache based licensed OCR strategy.
178
178
179
179
The usage of MiniCPM-o/V model weights must strictly follow [MiniCPM Model License.md](https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md).
180
180
181
-
The models and weights of MiniCPM are completely free for academic research. after filling out a ["questionnaire"](https://modelbest.feishu.cn/share/base/form/shrcnpV5ZT9EJ6xYjh3Kx0J6v8g) for registration, are also available for free commercial use.
181
+
The models and weights of MiniCPM are completely free for academic research. After filling out a ["questionnaire"](https://modelbest.feishu.cn/share/base/form/shrcnpV5ZT9EJ6xYjh3Kx0J6v8g) for registration, are also available for free commercial use.
182
182
183
183
Enabled by default. Please do use the `strategy=minicpm_v` CLI and URL parameters to use it.
184
184
@@ -254,7 +254,7 @@ cd text-extract-api
254
254
```
255
255
256
256
### Using `Makefile`
257
-
You can use the `make install` and `make run`command to setup the Docker environment for`text-extract-api`. You can find the manual steps required to do so described below.
257
+
You can use the `make install` and `make run`commands to set up the Docker environment for`text-extract-api`. You can find the manual steps required to do so described below.
@@ -297,7 +297,7 @@ APP_ENV=development # Default to development mode
297
297
```
298
298
299
299
300
-
**Note:** In order to properly save the output files you might need to modify `storage_profiles/default.yaml` to change the default storage path according to the volumes path defined in the `docker-compose.yml`
300
+
**Note:** In order to properly save the output files, you might need to modify `storage_profiles/default.yaml` to change the default storage path according to the volumes path defined in the `docker-compose.yml`
0 commit comments