textify 0.0.2 copy "textify: ^0.0.2" to clipboard
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);
5
likes
0
points
265
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows you to convert digital images into text.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on textify