Skip to content

Release 2.7.0

Latest
Compare
Choose a tag to compare
@VoxelCubes VoxelCubes released this 28 May 23:08
· 5 commits to master since this release

Most of the work here is from the new contributor @civvic. Hold on tight, he's cooking up some even wilder features in the OCR space soon.
We now support Bulgarian in the GUI thanks to @librafrog.

Changelog:

  • Support English text OCR with Tesseract
  • Support Metal acceleration on Apple Silicon
  • Offer Bulgarian translations
  • Added a new output "Raw Boxes" that shows the other half of the raw data output by the comic text detector.
  • [Fix] Links not clickable in pop-up dialogs
  • A few other minor fixes

Note: Other languages that Tesseract could read aren't supported because the text detector doesn't support them, which is required for OCR to work.

Hotfix 2.7.2:

  • Bring back support for Python 3.10. (Unnecessary to update binaries, as they bundle python)