Commit graph

20 commits

Author SHA1 Message Date
kaffarell
d65f48ac9d 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.
2023-08-14 18:07:03 +02:00
kaffarell
548c545f77 fix: changed tesseract default language, bump to 0.3.7
The default language field was eng+deu, but tesseract installs only eng
per default.
2023-07-17 11:20:26 +02:00
kaffarell
066534c3b0 fix: remove hyphen and 1) elements 2023-05-30 21:50:46 +02:00
kaffarell
4df9143104 Merge branch 'main' of github.com:kaffarell/obsidian-tesseract-ocr 2023-05-12 16:03:40 +02:00
kaffarell
474fb405ac chore: bumpm to 0.3.5 2023-05-12 16:03:19 +02:00
kaffarell
657df51aa8 fix: removed quotes on tesseract command 2023-05-12 16:01:32 +02:00
Gabriel Goller
7916197d1b
Update README.md 2023-05-09 11:48:39 +02:00
kaffarell
3b0705385a fix: regex match star 2023-05-08 23:59:06 +02:00
kaffarell
737f1f1371 fix: updated description 2023-05-04 11:48:27 +02:00
kaffarell
b554f3976b fix: regex replaces 2023-05-04 11:34:01 +02:00
kaffarell
db8ffb8184 fix: replace < and >, version bump 2023-04-20 11:18:26 +02:00
kaffarell
81e2f90473 feat: overall improvements, 0.3.0 release
* Made tesseract path configurable
* Updated method calls to adapter to use app.cachedReads
2023-04-08 22:46:42 +02:00
kaffarell
dc6f53bee1 chore: version bump to 0.2.0 2023-04-02 23:20:33 +02:00
kaffarell
8daa61b4a0 chore: changed name to image-ocr 2023-04-02 23:19:07 +02:00
Gabriel Goller
6563ee8ad5
Create LICENSE 2023-04-01 23:37:33 +02:00
kaffarell
2b37b83336 docs: added how to use section in readme 2023-04-01 23:28:47 +02:00
kaffarell
ece9dcf9bd feat: first release 2023-04-01 23:20:27 +02:00
kaffarell
5f865dcc24 first working version 2023-04-01 20:12:34 +02:00
kaffarell
f0cfb30c41 First commit 2023-04-01 15:04:34 +02:00
Gabriel Goller
7212fbb64e
Initial commit 2023-04-01 13:40:18 +02:00