Releases: kaffarell/obsidian-tesseract-ocr
Releases · kaffarell/obsidian-tesseract-ocr
0.3.8
fix #3: error out only when stdout is empty
When executing tesseract, sometimes we get the correct output on stdout
and an error on stderr, in that case we simply use the stdout and
discard the error. Bump to version 0.3.8.
0.3.7
fix: changed tesseract default language, bump to 0.3.7
The default language field was eng+deu, but tesseract installs only eng
per default.
0.3.6
fix: remove hyphen and 1) elements
0.3.5
Merge branch 'main' of github.com:kaffarell/obsidian-tesseract-ocr
0.3.1
fix: replace < and >, version bump
0.3.0
feat: overall improvements, 0.3.0 release
* Made tesseract path configurable
* Updated method calls to adapter to use app.cachedReads
0.2.0
chore: version bump to 0.2.0