Skip to content
Snippets Groups Projects
Commit 45913a9a authored by Yonatan's avatar Yonatan
Browse files

Added supported languages

parent ecebfb16
No related branches found
No related tags found
1 merge request!2Develop
......@@ -69,7 +69,7 @@ public final class TesseractRecognizer implements IUnitRecognizer<Unit> {
public Builder withDefaults() {
return this.setDataPath(LoadLibs.extractTessResources("tessdata")).
setSupportedLanguages(Set.of("latin")).
setSupportedLanguages(Set.of("latin", "es", "en")).
setLanguage("latin").
setCharWhitelist(null).
setCharBlacklist(null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment