Git Product home page Git Product logo

githuseyingur / text_recognition_from_tc_identity_card Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 1.0 299 KB

Flutter - Detect(Extract) text from Turkish Republic Identity Card photo with Google ML Kit ||| Flutter - TC Kimlik Kartı fotoğrafından Google ML Kit ile bilgileri okuma/algılama

Kotlin 0.19% Swift 1.79% Objective-C 0.05% Dart 34.95% CMake 26.33% C++ 32.07% C 1.99% HTML 2.61%
flutter google-ml-kit text-recognition text-recognition-from-image getx extract-data-from-image extract-text-from-image

text_recognition_from_tc_identity_card's Introduction

Extract Text From TC Identity Card with Flutter

Packages :

barcode_finder: ^0.0.5
permission_handler: ^10.4.3
path: ^1.8.2
path_provider: ^2.0.15
edge_detection: ^1.1.2
lottie: ^2.3.2             // for UI (optional)
get: ^4.6.5
google_mlkit_text_recognition: ^0.8.1

Get Text From Image:

  final InputImage inputImage;
    if (imagePath.value != null) {
      inputImage = InputImage.fromFilePath(imagePath.value);
      TextRecognizer textRecognizer = TextRecognizer(script: TextRecognitionScript.latin);
      final RecognizedText recognizedText = await textRecognizer.processImage(inputImage);
      String text = recognizedText.text;
      List<String> lines = text.split('\n');

Screenshots :

text_recognition_from_tc_identity_card's People

Contributors

githuseyingur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sudhansh1234

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.