Install Datashare

The installer will take care of checking that your system have all the dependencies to run Datashare. Because this software use Apache Tesseract (to perform Optical Character Recognition, OCR) and Mac doesn't support them out-of-box, heavy dependencies must be downloaded. If your system have none of those dependencies, the first installation of Datashare can take up to 30 minutes.

The installer will set up:

  • Xcode Command Line Tools (if neither XCode or Xcode Command Line Tools are installed)

  • MacPorts (if neither Homebrew or MacPorts are installed)

  • Apache Tesseract with MacPorts or Homebrew

  • Java JRE 17

  • Datashare executable

Note: Previous versions of this document referred to a "Docker Installer". We do not provide this installer anymore but Datashare is still published on the Docker Hub and supported with Docker.

1

Download Datashare

Go to datashare.icij.org and click 'Download for Mac'.

2

Start the installer

In Finder, go to your 'Downloads' directory and double-click 'datashare-X.Y.Z.pkg':

Screenshot of the Downloads window on Mac showing the installer package of Datashare
3

Go through the Datashare Installer

Click 'Continue', 'Install', enter your password and 'Install Software':

Screenshot of the Mac installer's first step to install Datashare: 'Introduction'
Screenshot of the Mac installer's third step to install Datashare: 'Installation Type''
Screenshot of the Mac installer's step to install Datashare when username and password are asked

The installation begins. You see a progress bar. It stays a long time on "Running package scripts" because it is installing XCode Command Line Tools, MacPort, Tesseract OCR, Java Runtime Environment and finally Datashare.

You can see what it actually does by typing command+L: it will open a window which logs every action made.

In the end, you should see this screen:

Screenshot of the Mac installer's last step to install Datashare: 'Summary' saying 'The installation was successful.'with a blue 'Close' button

You can now safely close this window.

You can now start Datashare.

Last updated