tesseract_ocr 0.3.1
tesseract_ocr: ^0.3.1 copied to clipboard
Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition. It has unicode (UTF-8) support, and can recognize more than 100 languages.
We analyzed this package 4 days ago, and awarded it 90 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 0 out of 6 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:tesseract_ocr/tesseract_ocr.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:tesseract_ocr/tesseract_ocr.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:tesseract_ocr/tesseract_ocr.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:tesseract_ocr/tesseract_ocr.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:tesseract_ocr/tesseract_ocr.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_windows/path_provider_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:tesseract_ocr/tesseract_ocr.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_windows/path_provider_windows.dart
that declares support for platforms:Windows
.
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'.
lib/tesseract_ocr.dart:4:8
╷
4 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/tesseract_ocr.dart
lib/tesseract_ocr.dart doesn't match the Dart formatter.
To format your files run: flutter format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
path | ^1.6.4 | 1.8.3 | 1.8.3 |
path_provider | ^1.3.0 | 1.6.28 | 2.0.12 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.1 | 1.2.1 |
collection | - | 1.17.0 | 1.17.1 |
ffi | - | 1.2.1 | 2.0.1 |
file | - | 6.1.4 | 6.1.4 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.2.0 |
meta | - | 1.8.0 | 1.9.0 |
path_provider_linux | - | 0.0.1+2 | 2.1.7 |
path_provider_macos | - | 0.0.4+8 | 2.0.7 |
path_provider_platform_interface | - | 1.0.4 | 2.0.5 |
path_provider_windows | - | 0.0.5 | 2.1.3 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 1.0.3 | 2.1.3 |
process | - | 4.2.4 | 4.2.4 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.4 | 2.1.4 |
win32 | - | 2.6.1 | 4.1.1 |
xdg_directories | - | 0.1.2 | 0.2.0+3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.3.0` on path_provider does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions path_provider
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.