Skip to content

Releases: cfculhane/AnkiOCR

0.7.1 - 2021-09-19

19 Sep 05:57
Compare
Choose a tag to compare

0.7.1 - 2021-09-19

  • Removing Chinese, German, French and Spanish language data to reduce filesize
  • Updating readme with link to language data

V0.7.0 - Rebuilt mac pytesseract dependencies

19 Sep 03:33
Compare
Choose a tag to compare
  • Updating vendorised pytesseract
  • Updating mac tesseract dependencies
  • Updated build script for tesseract for mac
  • The above fixes #27, #28, #29

0.6.1 - 2021-09-17

17 Sep 04:26
Compare
Choose a tag to compare
  • Attempting to fix error where image does not exist
  • Improved exception display to end user if processing fails unexpectedly, adding debug info

V0.6.0 - Anki 2.1.41 support

13 Sep 02:02
Compare
Choose a tag to compare

0.6.0 - 2021-09-13

  • Fixes #26, thanks @bwhurd for the bug report
  • Other small fixes to support Anki 2.2.41 and beyond
  • Drop support for Anki versions prior to 2.1.41, but it should still work.

V0.5.3 - Minor fixes

04 Sep 00:46
Compare
Choose a tag to compare

0.5.3 - 2021-09-04

0.5.2 - 2021-05-22

  • Fix error on some Linux environments, see #20 ,
    thanks to user thiswillbeyourgithub for the fix!

0.5.1 - 2021-05-02

  • Hotfix to include accidentally gitignored tesseract mac libs

0.5.2 -Fix error on some Linux environments

22 May 03:52
Compare
Choose a tag to compare

0.5.2 - 2021-05-22

## 0.5.1 - Hotfix to include mac tesseract libs

02 May 09:55
Compare
Choose a tag to compare

0.5.1 - 2021-05-02

  • Hotfix to include accidentally gitignored tesseract mac libs

V0.5.0 - FIxed note id query, bundled tesseract for mac

02 May 09:23
Compare
Choose a tag to compare

0.5.0 - 2021-05-02

  • Added bundled tesseract for Mac, no longer any need to install it separately (thanks @mathewthe2)
  • Split out tessdata to its own folder, allowing easier installation of new languages
  • Change in the way note ID's are processed, no longer limited to 1000 cards
  • Fixed issue causing a crash in anki versions > 2.1.40
  • Added some log text that will appear when invalid notes are encountered during a processing run

Hotfix for config.json syntax error

22 Jan 05:13
Compare
Choose a tag to compare

Hotfix for config.json syntax error

0.4.2 - More multithreading options, bugfix for colons in ocr output

19 Jan 03:30
Compare
Choose a tag to compare
  • Add num_threads config option to allow manual setting of the number of threads
  • Add use_batching config option to allow disabling of batching for those for which this causes performance issues
  • Added more unit tests to releasing new versions
  • Fixed an issue where OCR text containing "::" would break clozes, now cleans duplicate colons in text