Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Vision.RectifyDocument
Performs document detection and segmentation in an image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Vision | 14.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "Vision.RectifyDocument"; Image { ; ImageType; FileName } ) More
Parameters
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 | |
ImageType | The type of image to return. Either JPEG, PNG or TIFF. Default is JPEG. |
"JPEG" | Optional |
FileName | The filename to use for the picture. Default is "image" with the extension matching the image type. |
"test.jpg" | Optional |
Result
Returns container or error.
Description
Performs document detection and segmentation in an image.The first document we find is rectified and returned.
Examples
Rectify an image:
Set Variable [ $InputImage ; Value: Assets::Image ]
Set Variable [ $outputImage ; Value: MBS("Vision.RectifyDocument"; $InputImage) ]
Set Field [ Assets::NewImage ; $outputImage ]
Release notes
- Version 14.5
- Added Vision.RectifyDocument function.
Example Databases
Blog Entries
- New in MBS FileMaker Plugin in Version 14.5
- Neues MBS Plugin 14.5 für Claris FileMaker
- MBS FileMaker Plugin 14.5 for Claris FileMaker
- Rectify document rectangle in images in FileMaker
- MBS FileMaker Plugin, version 14.5pr3
This function checks for a license.
Created 11st October 2024, last changed 11st October 2024
Vision.RecognizeTextJSON - Vision.SupportedRecognitionLanguages
