tika_client 1.0.1+1 copy "tika_client: ^1.0.1+1" to clipboard
tika_client: ^1.0.1+1 copied to clipboard

Dart bindings for Tika server REST API. Apache Tika detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tika_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tika_client: ^1.0.1+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tika_client/tika_client.dart';
0
likes
40
pub points
10%
popularity

Publisher

unverified uploader

Dart bindings for Tika server REST API. Apache Tika detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http_client

More

Packages that depend on tika_client