hocr_editor 0.0.1 copy "hocr_editor: ^0.0.1" to clipboard
hocr_editor: ^0.0.1 copied to clipboard

A flutter fullscreen widget, that displays hocr (xml) file along with original image and allows to edit the text in it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hocr_editor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hocr_editor: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hocr_editor/hocr_editor.dart';
2
likes
70
pub points
0%
popularity

Publisher

verified publishercloudonlanapps.com

A flutter fullscreen widget, that displays hocr (xml) file along with original image and allows to edit the text in it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

adaptive_dialog, collection, dart_hocr, flutter, flutter_riverpod, font_awesome_flutter, image, material_design_icons_flutter

More

Packages that depend on hocr_editor