text_recognition_camera 0.0.5 copy "text_recognition_camera: ^0.0.5" to clipboard
text_recognition_camera: ^0.0.5 copied to clipboard

A Flutter library for text recognition using device camera and Google ML Kit with pattern matching support.

0.0.5 #

  • Bug fixes:

    • Updated copyright holder name in license
  • Correcciones:

    • Actualizado nombre del titular de derechos de autor en la licencia

0.0.4 #

  • Technical improvements:

    • Bug fixed when text not recognized
  • Technical improvements:

    • Solucionado error cuando no se reconoce texto

0.0.3 #

  • Technical improvements:

    • Removed redundant null-aware operators
    • Updated color opacity handling to use withAlpha() instead of withOpacity()
    • Fixed deprecated API usage warnings
  • Enhanced theme support:

    • Added new color parameters for better dark mode compatibility
    • Colors now fallback to theme colors when not specified
    • New parameters: textColor, secondaryTextColor, buttonBackgroundColor, buttonForegroundColor, containerBackgroundColor
  • Mejoras en el soporte de temas:

    • Añadidos nuevos parámetros de color para mejor compatibilidad con modo oscuro
    • Los colores ahora usan los colores del tema cuando no se especifican
    • Nuevos parámetros: textColor, secondaryTextColor, buttonBackgroundColor, buttonForegroundColor, containerBackgroundColor

0.0.2 #

  • Changes in regular expression handling:

    • Pattern is now accepted as string instead of RegExp
    • Internal conversion to RegExp for better usability
  • Cambios en el manejo de expresiones regulares:

    • Ahora se acepta el patrón como string en lugar de RegExp
    • Conversión interna a RegExp para mejor usabilidad

0.0.1 #

  • First version of Text Recognition Camera

  • Main features:

    • Image capture from camera or gallery
    • Text recognition using Google ML Kit
    • Pattern search using regular expressions
    • Customizable interface (colors, messages, dimensions)
    • Initial image support
    • Returns recognized text and image path
  • Primera versión de Text Recognition Camera

  • Características principales:

    • Captura de imágenes desde cámara o galería
    • Reconocimiento de texto usando Google ML Kit
    • Búsqueda de patrones usando expresiones regulares
    • Interfaz personalizable (colores, mensajes, dimensiones)
    • Soporte para imagen inicial
    • Devolución del texto reconocido y ruta de la imagen
0
likes
140
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for text recognition using device camera and Google ML Kit with pattern matching support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_mlkit_text_recognition, image_picker

More

Packages that depend on text_recognition_camera