Code Monkey home page Code Monkey logo

pdf-and-image-to-word-conversion-and-translation-script's Introduction

PDF-and-Image-to-Word-Conversion-and-Translation-Script

Automatiser la Conversion de PDF et d'Images en Document Word et Traduction avec Python

Article de Blog associé à ce projet: https://medium.com/@nikiemaboubacar/automatiser-la-conversion-de-pdf-et-dimages-en-document-word-et-traduction-avec-python-bf99b57fc21a

Description

A travers ce projet, nous allons vous présenter un script Python qui automatise la conversion de fichiers PDF et d'images en documents Word, puis traduit le contenu de l'anglais vers le français en utilisant Tesseract OCR, PDF2Image et Google Translate.

Prérequis

Assurez-vous d'avoir les éléments suivants installés :

  • Python
  • Tesseract OCR
  • Poppler
  • Bibliothèques Python : pytesseract, Pillow, python-docx, pdf2image, googletrans

Installation

Installez les bibliothèques Python requises en utilisant pip :

pip install pytesseract Pillow python-docx pdf2image googletrans==4.0.0-rc1

------------------------------------------------------------------

Description

In this project, we will present a Python script that automates the conversion of PDF files and images into Word documents, then translates the content from English to French using Tesseract OCR, PDF2Image, and Google Translate.

Prerequisites

Ensure you have the following installed:

  • Python
  • Tesseract OCR
  • Poppler
  • Python libraries: pytesseract, Pillow, python-docx, pdf2image, googletrans

Installation

Install the required Python libraries using pip:

pip install pytesseract Pillow python-docx pdf2image googletrans==4.0.0-rc1

pdf-and-image-to-word-conversion-and-translation-script's People

Contributors

bouba02 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.