ocr_data_extractor 0.0.3 copy "ocr_data_extractor: ^0.0.3" to clipboard
ocr_data_extractor: ^0.0.3 copied to clipboard

outdated

A Flutter package uses ocrkit for processing output.

A Flutter package uses ocrkit for processing its output.

Features #

Image texts extracted and processed to return the special data wanted. Just pass the image path to the chosen function.

Getting started #

add the following code to your podfile

platform :ios, '10.0'

Usage #

The code below extracts all numbers of an image which have 6 or more digits and removes time and date.

List<String> numbers = await OCRController().getNumberList(pickedFile!.path);

Additional information #

This package is most used for personal operations

2
likes
0
points
87
downloads

Publisher

verified publisherabomis.com

Weekly Downloads

A Flutter package uses ocrkit for processing output.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, ocrkit, string_similarity, string_validator

More

Packages that depend on ocr_data_extractor