PythonLabZalan: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Terminal == | == Terminal == | ||
Firstly I looked into basic command line [ | Firstly I looked into basic command line [File:Commands terminal.pdf| commands + functions] and their operations for creating a solid base for Python3. | ||
== Optical character recognition + Tesseract == | == Optical character recognition + Tesseract == |
Revision as of 15:51, 24 March 2018
Terminal
Firstly I looked into basic command line [File:Commands terminal.pdf| commands + functions] and their operations for creating a solid base for Python3.
Optical character recognition + Tesseract
Secondarily I experimented in Terminal how to translate PDF or JPG to .txt files with tesseract and imagemagick (convert).
Tesseract (with languages you will be using)
- Mac
brew install tesseract --all-languages
imagemagick
- Mac
brew install imagemagick