Installing and Loading Tesseract OCR with MBS Plugin

Everything you need to find Tesseract libraries for macOS, Windows and Linux and instructions to load and initialize them with the MBS plugin (OCR.Load, OCR.IsLoaded, OCR.Initialize).

Quick summary (tl;dr)

  • macOS: Install via Homebrew (`brew install tesseract` + `brew install tesseract-lang` for extra languages) or download prebuilt libs (MBS offers lib bundles). Then call MBS("OCR.Load"; "/opt/homebrew/lib/libtesseract.4.dylib") (or path where Homebrew installed libs).
  • Linux (Debian/Ubuntu): Install libraries and language files with apt: sudo apt-get install libtesseract5 tesseract-ocr-lang. Then call MBS("OCR.Load"; "libtesseract.so.5") (and load leptonica first if required).
  • Windows: Use a community build/installer (UB-Mannheim and similar). Place DLLs in program folder and call MBS("Process.SetCurrentDirectory"; "C:\Program Files\Tesseract-OCR") & MBS("OCR.Load"; "libtesseract-4.dll").
  • Important: Tesseract library version must match tessdata files (wrong combinations can crash). When using Tesseract 4.x+ with MBS, prefer OCR.Load to explicitly load newer runtimes.
(more)

How to Register the MBS Plugin for FileMaker

After installing the MBS FileMaker Plugin, register it to unlock licensed features and remove the trial dialogs. There are four ways to register — pick the one that fits your workflow.

(more)

MBS FileMaker Plugin, version 15.5pr5

New in this prerelease of version 15.5 of the MBS FileMaker Plugin:
  • Updated DynaPDF to version 4.0.102.299.
  • Fixed Plugin.CustomFunctionIDs function to return correct IDs.
  • Changed plugin information string in the FileMaker preferences dialog to include license information if it gets stored with StoreRegistration function.
  • In our preferences dialog you can now paste the whole license string and we separate it to the five fields.
  • Changed Phidget.Release to automatically call Phidget.Close internally if needed.
  • Removed dependency to GLIBCXX 3.4.29 to make the plugin compatible again with older Linux versions.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


MBS FileMaker Plugin, version 15.5pr4

New in this prerelease of version 15.5 of the MBS FileMaker Plugin:
  • Removed tesseract 3 support. Please use version tesseract 5.x.
  • Updated DynaPDF to version 4.0.102.298.
  • Improved Text.HTMLtoStyledText function to handle underline and strikethrough better.
  • Added UUID.TimeFromUUIDv7 function.
  • Updated libarchive to version 3.8.2.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Enhance your XML powers in FileMaker with our Saxon functions

You may have a license for our MBS FileMaker Plugin, so you may be interested to use more XML features.

Since FileMaker has only built-in XSLT 1.0, you may enjoy the enhancements of XSLT 3.0 with way more options.

You can use the Saxon library in your projects with MBS Plugin to work on XML:

  • XSLT 3.0 for transformations
  • XQuery 3.1 for queries
  • XSD 1.1 for document validation
  • XPath 3.1 for navigation within documents

See our Saxon functions in the documentation.

(more)

MBS FileMaker Plugin, version 15.5pr3

New in this prerelease of version 15.5 of the MBS FileMaker Plugin: Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


MBS @ FMTraining.TV - FileMaker MonkeyBread Plug-in Q&A

Check out the FMTraining.tv website. Richard Carlton and his team do a daily free live stream about FileMaker to watch.

A few days ago Christian Schmitz from Monkeybread Software joined a live episode to talk a bit about the MBS FileMaker Plugin. Watch it on YouTube.

First there is a talk from Rick Kalman about the new standby server feature in testing. Then in our Q&A we talk about various topics including DynaPDF.WebLink function and the Events functions for creating events and reminders in your calendar. Later we use WebView functions to click buttons on a webpage.

(more)

EngageU - FileMaker Conference in one months

Just one month until the EngageU conference, the biggest FileMaker developer conference in Europe this year with over 200 attendees!

ClickWorks and Square Moon continue to organize a pan-european conference for Claris FileMaker developers from all over the world.

EngageU - FileMaker Conference   9th - 11th of November 2025, Antwerp, Belgium

(more)

MBS FileMaker Plugin, version 15.5pr2

New in this prerelease of version 15.5 of the MBS FileMaker Plugin: Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Use Foundation Models in FileMaker

Did you know that macOS 26 (and iOS 26) come with a small local LLM from Apple?

Since it runs local there is no cost involved and no network access. So why not tap into this resource when available to enhance your FileMaker solution?

(more)

MBS FileMaker Plugin, version 15.5pr1

New in this prerelease of version 15.5 of the MBS FileMaker Plugin:
  • Improved Trace to also log the layout you are on.
  • Improved LDAP.Connect for Windows to remove ldap:// prefix from domain or IP as Windows doesn't like this.
  • Fixed LDAP.Search to allow call with only 5 parameters.
  • Fixed LDAP.Bind to remove ldaps:// or ldap:// prefixes on Windows.
  • Fixed Plugin.RegisterFunction to handle optional parameters better and create temporary variables for the calculations.
  • Enabled the remembering of column widths again.
  • Improved clipboard converter to preserve image content.
  • Updated DynaPDF to version 4.0.102.297.
  • Updated OpenSSL to version 3.5.2.
  • Changed DynaPDF.Initialize und XL.Initialize to not check if you have a MBS license, so you can run this before our Register function.
  • Deprecated CURL.SetOptionSSLFalseStart in CURLSMBS class.
  • In CURL the Upload and Put flags are aliases. We do the same in the plugin now.
  • Updated CURL to version 8.16.0.
  • Updated expat library to version 2.7.3.
  • Added Phidget.WriteRFID function.
  • Updated to Xcode 26.0.
  • Fixed a problem on Windows with ZipFile.CompressFiles function not working.
  • Fixed a problem on Windows with DynaPDF.Table.Release causing trouble with mutex.
  • Added RSA.SignPSS and RSA.VerifyPSS functions for 2048-bit RSA electronic signature with PSS padding and SHA-256.
  • Improved field finding functions in DynaPDF to better find fields.
  • Updated jsoncons library to version 1.4.2.
  • Added FoundationModels functions.
Download at monkeybreadsoftware.com/filemaker/files/Prerelease/

You can subscribe to our FileMaker mailing list to get notified for new pre-release and release versions.


Archives

Dec 2025
Nov 2025
Oct 2025
Sep 2025
Aug 2025
Jul 2025
Jun 2025
May 2025
Apr 2025
Mar 2025
Feb 2025
Jan 2025
Dec 2024
Nov 2024
Oct 2024
Sep 2024
Aug 2024
Jul 2024
Jun 2024
May 2024
Apr 2024
Mar 2024
Feb 2024
Jan 2024
Dec 2023
Nov 2023
Oct 2023
Sep 2023
Aug 2023
Jul 2023
Jun 2023
May 2023
Apr 2023
Mar 2023
Feb 2023
Jan 2023
Dec 2022
Nov 2022
Oct 2022
Sep 2022
Aug 2022
Jul 2022
Jun 2022
May 2022
Apr 2022
Mar 2022
Feb 2022
Jan 2022
Dec 2021
Nov 2021
Oct 2021
Sep 2021
Aug 2021
Jul 2021
Jun 2021
May 2021
Apr 2021
Mar 2021
Feb 2021
Jan 2021
Dec 2020
Nov 2020
Oct 2020
Sep 2020
Aug 2020
Jul 2020
Jun 2020
May 2020
Apr 2020
Mar 2020
Feb 2020
Jan 2020
Dec 2019
Nov 2019
Oct 2019
Sep 2019
Aug 2019
Jul 2019
Jun 2019
May 2019
Apr 2019
Mar 2019
Feb 2019
Jan 2019
Dec 2018
Nov 2018
Oct 2018
Sep 2018
Aug 2018
Jul 2018
Jun 2018
May 2018
Apr 2018
Mar 2018
Feb 2018
Jan 2018
Dec 2017
Nov 2017
Oct 2017
Sep 2017
Aug 2017
Jul 2017
Jun 2017
May 2017
Apr 2017
Mar 2017
Feb 2017
Jan 2017
Dec 2016
Nov 2016
Oct 2016
Sep 2016
Aug 2016
Jul 2016
Jun 2016
May 2016
Apr 2016
Mar 2016
Feb 2016
Jan 2016
Dec 2015
Nov 2015
Oct 2015
Sep 2015
Aug 2015
Jul 2015
Jun 2015
May 2015
Apr 2015
Mar 2015
Feb 2015
Jan 2015
Dec 2014
Nov 2014
Oct 2014
Sep 2014
Aug 2014
Jul 2014
Jun 2014
May 2014
Apr 2014
Mar 2014
Feb 2014
Jan 2014
Dec 2013
Nov 2013
Oct 2013
Sep 2013
Aug 2013
Jul 2013
Jun 2013
May 2013
Apr 2013
Mar 2013
Feb 2013
Jan 2013
Dec 2012
Nov 2012
Oct 2012
Sep 2012
Aug 2012
Jul 2012
Jun 2012
May 2012
Apr 2012
Mar 2012
Feb 2012
Jan 2012
Dec 2011
Nov 2011
Oct 2011
Sep 2011
Aug 2011
Jul 2011
Jun 2011
May 2011
Apr 2011
Mar 2011
Feb 2011
Jan 2011
Mar 2010
Dec 2009
Nov 2009