-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
```
Currently the Android App is whitelisting only data sent for http* protocols,
but in the long time it can be useful to whitelist other ones like market://,
tel:// and sms://, maybe also mailto:/…
-
```
Currently the Android App is whitelisting only data sent for http* protocols,
but in the long time it can be useful to whitelist other ones like market://,
tel:// and sms://, maybe also mailto:/…
-
```
Currently the Android App is whitelisting only data sent for http* protocols,
but in the long time it can be useful to whitelist other ones like market://,
tel:// and sms://, maybe also mailto:/…
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
I would like to see a whitelist/blacklist interface for determining the lists.
Something like:
public interface SerializationControl {
boolean isWhitelisted(String classname)
boolean isBlacklisted(S…
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
```
var _ocr = new TesseractProcessor();
_ocr.SetPageSegMode(ePageSegMode.PSM_SINGLE_CHAR);
_ocr.SetVariable("tessedit_char_whitelist",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
_ocr.Init(Pr…
-
De auto-stil functie wordt zo nu en dan constant ingeschakeld, omdat mijn school vakanties en feestdagen ook als afspraken in Magister zet, waardoor Magistify mijn telefoon de hele dag (of week) op st…
ghost updated
6 years ago
-
For now the chat is open to anyone with a Facebook account, but we would ideally want to whitelist/blacklist people so that only certain people can log in and chat!
This would need some discussion …