An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/extract-text-from-pdf-flutter

This repository contains examples to extract text from PDF documents in Flutter apps using Syncfusion PDF Flutter library.
https://github.com/syncfusionexamples/extract-text-from-pdf-flutter

Last synced: 5 months ago
JSON representation

This repository contains examples to extract text from PDF documents in Flutter apps using Syncfusion PDF Flutter library.

Awesome Lists containing this project

README

          

# Extract text from PDF using Flutter

This repository contains examples to extract text from PDF documents in Flutter apps using Syncfusion® PDF Flutter library.

## Steps to extract text from the PDF document:

1. Checkout and open the project in your favorite editor.

2. Run the following commands to get the required package.

```dart

$ flutter pub get

```

3. Run the below commands to execte the project.

```dart

$ flutter run

```

## Requirements to run the demo
* [VS Code](https://code.visualstudio.com/download)
* [Flutter SDK v1.22+](https://flutter.dev/docs/development/tools/sdk/overview)
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)

## How to run this application
To run this application, you need to first clone or download the ‘create a pdf document in flutter’ repository and open it in your preferred IDE, say VS Code. Then, build and run your project to view the output.

## Further help
For more help, check the [Syncfusion® Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview),
[Flutter documentation](https://flutter.dev/docs/get-started/install).