Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. tika-parsers-standard – the most common parsers – should not require rest calls nor native libs (NOTE: despite the goal of this package, we do include the TesseractOCR parser which will run Tesseract if you have that installed)
  2. tika-parsers-extended – may include native libs and/or dependencies that not everyone wants (e.g. netcdf)
  3. tika-parsers-ml – may include heavy dependencies (e.g. dl4j) or parsers that rely on rest calls and external services

...


to at least tika-parsers-standard-package.  If you want netcdf parsing and/or sqlite sqlite3 parsing – both of which were included in tika-parsers in 1.x – you'll need to include tika-parser-scientific-package and/or the tika-parser-sqlite3-package.

...