Skip to content

v0.12

Compare
Choose a tag to compare
@fauu fauu released this 26 Jan 18:28
· 116 commits to master since this release

Added

  • EasyOCR Online and Hive OCR Online engines (using Hugging Face Spaces by tomofi and seaoctopusredchicken respectively). (ocr.engine: easyocr_online, ocr:engine: hiveocr_online)
    • Those engines don’t work for vertical text, but they tend to be very good for horizontal text, Hive OCR especially.
  • Ability to receive text (and machine translations) from the Agent texthooker. (integrations.agent.enable: yes and enable WebSocketServer in Agent’s Translate tab)
  • Option to auto-pause the session timer after a period of inactivity (no mouse and keyboard inputs to the client and no incoming chunks), unpausing after activity is resumed. (e.g., sessionTimer.autoPause.after: 100s)

Changed

  • Improved the selection of vertical OCR models for use with the Tesseract engine.