doc_text_extractor 1.0.0 copy "doc_text_extractor: ^1.0.0" to clipboard
doc_text_extractor: ^1.0.0 copied to clipboard

A Flutter package for extracting text from Word (.doc, .docx), PDF, Google Docs URLs, and Markdown (.md) files, with offline .doc and .md support and real filename extraction.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add doc_text_extractor

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

dependencies:
  doc_text_extractor: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:doc_text_extractor/doc_text_extractor.dart';
5
likes
150
points
87
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for extracting text from Word (.doc, .docx), PDF, Google Docs URLs, and Markdown (.md) files, with offline .doc and .md support and real filename extraction.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

archive, flutter, http, markdown, syncfusion_flutter_pdf, xml

More

Packages that depend on doc_text_extractor