BmpToText/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Examples of use“)
(Založena nová stránka s textem „Using a mask“)
Řádek 78: Řádek 78:
 
[[Special:MyLanguage/Příklady použití#BmpToText|Examples of use]]
 
[[Special:MyLanguage/Příklady použití#BmpToText|Examples of use]]
  
[[Special:MyLanguage/Používání masky|Používání masky]]
+
[[Special:MyLanguage/Používání masky|Using a mask]]
  
 
[[Special:MyLanguage/Vytvoření databáze fontů|Vytvoření databáze fontů]]
 
[[Special:MyLanguage/Vytvoření databáze fontů|Vytvoření databáze fontů]]

Verze z 9. 7. 2020, 10:23

Jiné jazyky:
English • ‎čeština

Description

Alias: BTT

Converts the bitmap to text.

Attempts to recognize the text rendered in the Bitmap and convert it to a string, which is stored in the Text output parameter. If a mask is set ( Masked=1), performed text detection is based on the color specified by the MaskColor parameter. To detect text, it is necessary to enter the font database file name with the FontDB parameter, which can be generated using the GuiMaster Editor tools.

Input parameters

Bitmap

Bitmap type

Bitmap containing text.

FontDB

String type

Font database file name.

Masked

Number type

Mask is created from the bitmap using the MaskColor if Masked=1.

MaskColor

Color type

Font color for mask (used only when Masked=1).

OnlyIfNotNull

Number type

The command is not executed when the Bitmap parameter value is not specified and value of this parameter is 1.

Enabled

Number type

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Number type

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Number type

Delay in milliseconds after executing the command. It has no effect if Enabled=0.

Output parameters

Text

String type

Detected text.

See also

Examples of use

Using a mask

Vytvoření databáze fontů