textify 0.0.2 textify: ^0.0.2 copied to clipboard
This package allows you to convert digital images into text.
Textify #
Textify is a Flutter package designed to test the Flutter Package "Textify". It is 100% cross-platform, 100% native Dart and Flutter code that works offline. With no package dependency.
Features #
Extract text out of clean digital images with normal font types, like Arial, Helvetica, TimesRoman and Courier.
Getting started #
flutter pub install textify
Usage #
import 'pagkage/textity';
var textify = Textify();
textify.init();
textify.getTextFromBinaryImage(image);
print(textity.textFound);