TextExtract is a optimize version of Tesseract to provide better text recognition.
- Extract text from any image
- Extract text which match expected text
Prerequisite :
- Python 3.6+ (https://www.python.org/downloads/)
- Tesseract.exe file and DLLs('liblept177.dll','libtesseract400.dll','vcomp140.dll')
- Tesseract version used is : tesseract 4.0.0-beta.3
Using pip :
pip install TextExtract
from TextExtractApi.TextExtract import TextExtractFunctions
#Get single text without comparing text with expected
result,scale=TextExtractFunctions.image_to_string_only("MenuIcon.png",lang='eng')
#Get texts from list of scaled images text with highest matching with expected text
result,match=TextExtractFunctions.image_to_string_matched("MenuIcon.png",expected_text='Menu',lang='eng')
#Get list of result with matches results
finalresult,scaled_results=TextExtractFunctions.image_to_string_matched("MenuIcon.png",expected_text='Menu',all_results=True)
Contact Information :
Donation :
If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)