Skip to content

A python script to convert multiples image files to text and merge them to a single PDF file

Notifications You must be signed in to change notification settings

foxssg/images_to_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

images_to_text

A python script to convert multiples image files to text and merge them to a single PDF file

This is the list of libraries that you have to have installed on your computer:

os

pytesseract

PyPDF2

reportlab

glob

You can install all the libraries from pip. Open the terminal and type "pip install reportlab" / "pip3 install reportlab"

You have to choose a path where your files are for example "/home/user/Downloads/", then you have to write a file extension to work with, for example "jpg" "png", without "." (dot). The last thing that yo need to do is to write the name for your file for example "image001" and a "image001.pdf" file will be created in the directory that you have chosen early.

About

A python script to convert multiples image files to text and merge them to a single PDF file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages