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.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/extract-text-from-pdf-flutter
- Owner: SyncfusionExamples
- Created: 2020-11-20T05:15:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T11:22:16.000Z (about 1 year ago)
- Last Synced: 2024-12-02T12:26:23.040Z (about 1 year ago)
- Language: Dart
- Size: 133 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).