AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
18 stars 45 forks source link

Add fastInit option in document initialization #13

Closed AlessioLuciani closed 4 years ago

AlessioLuciani commented 4 years ago

Using this option it can be decided whether to initialize the text stripper engine on Android immediately or at the first text read.