Skip to content

Releases: wikimedia/wikimedia-ocr

1.0.2

27 Aug 05:37
0f63ebc
Compare
Choose a tag to compare

1.0.1

12 Aug 04:05
b2ad171
Compare
Choose a tag to compare
  • Add favicon. T288590.

1.0.0

11 Aug 05:48
6b27511
Compare
Choose a tag to compare
  • Add support for cropping, enabling OCR of a user-selected rectangle within an image. T269818.
  • Localisation updates from https://translatewiki.net.

0.7.1

23 Jul 02:22
0680558
Compare
Choose a tag to compare

0.7.0

16 Jul 08:47
Compare
Choose a tag to compare
  • Polish the UI, add logo. T283879.
  • Add Google lang code for Punjabi (pa).
  • Set Access-Control-Allow-Origin for bad requests. T285543.
  • Expose flash messages in API response. T282135.
  • Localisation updates from https://translatewiki.net.

0.6.0

23 Jun 05:50
adb07c3
Compare
Choose a tag to compare
  • Fix validation of language codes. T281866.
  • Tweak italian translation of "old italian".
  • Add a test for special chars in language names. T281866
  • Avoid extra whitespace in select options.
  • Tweak supported languages per QA feedback. T282760.
  • Strengthen the configuration options for phan. T284571.
  • Add numbers to allowed chars in lang codes.
  • Catch all internal exceptions from tesseract. T282141.
  • Exclude 'equ' from the list of available languages. T284827.
  • Localisation updates from https://translatewiki.net.
  • EngineBase: add missing lang name for 'frm'. T282760.
  • Add test to ensure every language code has a corresponding name.
  • Add bash script to validate tesseract.
  • Fall back to default engine if given an invalid engine and show warning. T282135.
  • Remove tesseract engine mode selection. T285262.

0.5.0

08 Jun 06:42
7c0137c
Compare
Choose a tag to compare

0.4.0

04 Jun 04:54
393b7b7
Compare
Choose a tag to compare
  • Add language map and refactor EngineBase::getValidLangs(). T282760, T281866, T282073.
  • Localisation updates from https://translatewiki.net.

0.3.0

25 May 00:52
5754d62
Compare
Choose a tag to compare
  • Cache OCR transcriptions (1 hour by default). T282837.
  • Add API for available langs and autocompletion to lang selector. T282073.
  • Fix default hostname for Beta Cluster. T282459.
  • Localisation updates from https://translatewiki.net.

0.2.0

06 May 01:20
cc970a4
Compare
Choose a tag to compare
  • Add support for PSM and OEM Tesseract options
  • Improve language selection by using Select2 library
  • Only return Google annotation text if it's available
  • Add asset building to CI and deployment
  • Add language codes validation
  • Setup error emails
  • Allow other image hosts, and cross origin API requests