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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
Component: WindowsOCR
Functions for OCR in Windows 10 or 11.
See also OCR functions (cross-platform) and Vision functions for macOS.
Version | macOS | Windows | Linux | Server | iOS SDK |
13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Item | Details |
---|---|
WindowsOCR.Available New in 13.1 Whether OCR is available. | Win only 13.1 |
WindowsOCR.AvailableRecognizerLanguages New in 13.1 Returns a list of all available OCR languages on the device. | Win only 13.1 |
WindowsOCR.CurrentInputMethodLanguageTag New in 13.1 Queries current language tag for the user. | Win only 13.1 |
WindowsOCR.IsLanguageSupported New in 13.1 Whether a language is supported for OCR. | Win only 13.1 |
WindowsOCR.List New in 13.1 Lists all IDs of OCR engine objects. | Win only 13.1 |
WindowsOCR.MaxImageDimension New in 13.1 Gets the maximum image pixel dimensions supported by the OCR engine. | Win only 13.1 |
WindowsOCR.New New in 13.1 Creates a new OCR engine. | Win only 13.1 |
WindowsOCR.Recognize New in 13.1 Scans the specified image for text. | Win only 13.1 |
WindowsOCR.RecognizeFile New in 13.1 Scans the specified image for text. | Win only 13.1 |
WindowsOCR.RecognizerLanguage New in 13.1 Queries the language used for the recognizer. | Win only 13.1 |
WindowsOCR.Release New in 13.1 Releases the object and all memory used for it. | Win only 13.1 |
WindowsOCR.ReleaseAll New in 13.1 Release all our objects. | Win only 13.1 |
WindowsOCR.Result New in 13.1 Queries a JSON with result of the OCR. | Win only 13.1 |
WindowsOCR.Text New in 13.1 Gets the recognized text. | Win only 13.1 |
WindowsOCR.TextAngle New in 13.1 Gets the clockwise rotation of the recognized text, in degrees, around the center of the image. | Win only 13.1 |
15 functions shown.
7 functions require a paid license (47%) and 8 functions are free to use.
Release notes
- Version 13.1
- Added WindowsOCR functions.
- Implemented Vision.RecognizeText for Windows using WindowsOCR functions.
Blog Entries
- OCR on Windows in FileMaker
- MBS FileMaker Plugin, version 13.1pr2
- LiveText for Windows
- MBS FileMaker Plugin, version 13.1pr1
Example Databases
