Convertion of tiff image in Python script - OCR using tesseract
- by PYTHON TEAM
I want to convert a tiff image file to text document. My code perfectly as I expected to convert tiff images with usual font but its not working for french script font . My tiff image file contains text. The font of text is in french script format.I here is my code
import Image
import subprocess
import util
import errors
tesseract_exe_name =…