Skip to content

clarabatt/text_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Extractor

Extracts text from pdfs and images using tesseract.

My Image

Technologies

Python FastAPI Jinja HTML5 CSS3

How to run

This project uses Poetry as dependency manager. To install Poetry follow their documentation.

Installing dependencies:

poetry install

Running the project:

# Activate the virtual environment
poetry shell

# Running the project
uvicorn text_extractor.main:app --reload

About

Extracts text from images using tesseract.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published