Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Recognizes text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Vision | 9.4 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Image | The image to analyze. Can be container value with JPEG, PNG or other image formats supported by Vision framework. |
$image | |
Recognition Levels | Can be "Fast" or "Accurate". macOS and iOS only. Ignored on Windows. |
"Accurate" | Optional |
Languages | Specify the languages used for the detection. The order of the languages in the array defines the order in which languages will be used during the language processing. The languages are specified as ISO language codes. |
"en_US" | Optional |
CustomWords | An array of strings that will be used at the word recognition stage in addition to the recognition languages. The customWords list takes precedence over the standard lexicon. macOS and iOS only. Ignored on Windows. |
"FileMaker¶Claris" | Optional |
PageLimit | Available in MBS FileMaker Plugin 12.3 or newer. The maximum page count allowed for PDF pages. Default is 1 to only look on first page. It is highly recommended to use a limit to only get text from first n pages due to the time it takes to render pages and recognize text. Pass 0 for no limit. |
1 | Optional |
Returns list or error.
Recognize text:
Set Field [ Vision::Result ; MBS( "Vision.RecognizeText"; Vision::Image; "Accurate") ]
This function checks for a license.
Created 18th August 2019, last changed 5th February 2023