$ apt-get install tesseract-ocr-por
$ apt-get install python3-pip
jazzsaxmafia/video_to_sequence#3
$ apt-get install python-opencv
> pip3 install opencv-python
> pip3 install pytesseract
> pip3 install pillow
> pip3 install nltk
> python -m nltk.downloader all
> pip3 install fpdf
> pip3 install mysql-connector-python
> python3 tess --image 'img1, ...' --name 'filename'
Return id
of file
Command | Values |
---|---|
--image |
list of address of images separated with , comma and between apostrophe |
exemple --image 'img-src1, img-src2, ...' |
|
--name |
File name to be saved |
Return | The return is the ID (int) of inserted file in database |