Skip to content

AHL00/OCR-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR-Tool

An image ocr tool made in Python using the Tesseract-OCR engine with the pytesseract package and has a GUI.

Release

  • https://github.com/AHL00/OCR-Tool/releases/tag/Release
  • To install it, extract the zip that you downloaded. Put it in a folder like program files. There is a file called OCR-Tool.exe. You could make a shortcut and put it on your desktop for easy access.
  • Windows might say it's dangerous to run and block it. Just click "more info" and there you can run it.
  • If you download the version without tesseract included please check the dependencies section for instructions on how to add it.

Version 1.2

Changelog

  • Fixed copy text button

Features

  • GUI
  • Snipping tool (Credit to harupy's python snipping tool)
  • Open image from folder
  • Paste image from clipboard
  • Save text to .txt
  • Copy text to clipboard

Dependencies

  • Tesseract OCR Engine (UB Mannheim). Install either version 4 or 5. 5 is recommended as it performs better. Look for the installlation folder, the default is program files. Copy it into the same folder as main.py and rename the folder to "tesseract"
  • Pytesseract
  • PyQt5

Known bugs

  • White text doesnt work well

Future features

  • Document ocr
  • Menu

About

It is a image ocr tool using the Tesseract-OCR engine with the pytesseract package and has a GUI.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages