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.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
OCR.SetImageContainer
Loads a picture from container.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
OCR | 11.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "OCR.SetImageContainer"; data ) More
Parameters
Parameter | Description | Example |
---|---|---|
data | A value from a Container Field. Can include various image formats like JPEG, PNG or just containers with FILE data. |
Result
Returns OK or error.
Description
Loads a picture from container.Optionally you can define area of interest with OCR.SetRectangle function.
Examples
Set image with container and define area:
Set Variable [ $r ; Value: MBS( "OCR.SetImageContainer"; OCR::Image) ]
Set Variable [ $r ; Value: MBS( "OCR.SetRectangle"; 0; 0; 1000; 400) ]
See also
Release notes
- Version 11.3
- Added OCR.SetImageContainer and OCR.SetImageFile functions to directly feed image files (and containers).
Example Databases
Blog Entries
- New in MBS FileMaker Plugin 11.3
- Introducing Tesseract 4 to FileMaker
- MBS FileMaker Plugin, version 11.3pr4
This function checks for a license.
Created 20th June 2021, last changed 15th July 2021
