Full Member
Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017
Репутация: 0
Карма 0
|
loadsymbolbase allows you to load multiple text recognition databases.
loadsymbolbase ("C:\basetext.sib"); // 0 base
loadsymbolbase ("C:\mer.sib"); // 1 base
loadsymbolbase ("C:\cum.sib"); // 2 base
They all merged into one with which the text recognition function worked readtext
Functions
allowsymbolbase - connects a particular database that was previously loaded loadsymbolbase
disablesymbolbase - disables the selected database previously loaded loadsymbolbase
You can use these functions dynamically at runtime of the script anywhere.
Syntax:
enablesymbolbase (0);
disablesymbolbase (2);
When loading the bases loadsymbolbase , they are numbered in the order of loading from 0
The above code includes the first loaded database and disables 3.
It is also possible to connect or disconnect all databases at once
enablesymbolbase (ALL);
disablesymbolbase (ALL);
=========================
By default, when loading the base loadsymbolbase , it connects automatically and does not require a call enablesymbolbase
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |