Git Product home page Git Product logo

textrecoginition_transformermodel's Introduction

Text Recoginition Through Transformer Model

1.General OCR Model:

This model employs an encoder-decoder architecture to handle both general and specific image datasets.

The encoder processes the input image, extracting visual features. The decoder takes these features and predicts the corresponding text sequence.

The specific details of the encoder and decoder architecture, training process, and evaluation metrics are not provided in the report you shared, but could be documented in the code itself.

2.Specific OCR Model (Built from Scratch):

•This model focuses on extracting text from Portable Document Format (PDF) images and Word documents (.docx).

•It employs separate Transformer encoders and decoders: One encoder processes PDF image features. The other encoder processes text embeddings from the DOCX content. The decoder leverages both sets of encoded features to generate the predicted text, ensuring alignment between the visual content and the generated text.

•The report outlines the training process and suggests evaluation metrics like Character Error Rate (CER), Word Error Rate (WER), and BLEU Score (for captioning tasks).

textrecoginition_transformermodel's People

Contributors

abhimanyuahuja12 avatar

Watchers

 avatar

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.