Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.68 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.68 KB

Textra Banner

HuggingFace HuggingFace youtube

Textra

Welcome to the documentation repository for Textra tool. We combine OCR and NLP to extract useful information from french invoices With height accuracy and speed.

Inference Pipeline

Textra Banner

Demo

Textra Demo

Getting Started with Documentation Development

If you're interested in contributing to the documentation, follow these steps to set up your development environment:

Prerequisites

Make sure you have Python installed on your system.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ITSAIDI/Textra.git
  2. Navigate to the project directory:

    cd Textra
  3. Install the required dependencies using pip:

    pip install -r requirements.txt

Now you're ready to start working on the documentation!