Skip to content

Textractor 0.5 pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@skvark skvark released this 19 Sep 20:43
· 11 commits to master since this release

This is a pre-release for public testing before I roll out the actual release to the Jolla Store. This release includes multiple new features, new dependencies on third party libs and a lot of new code so it is possible there are some bugs.

Changelog:

New features:

  • Camera orientation modes: automatic, landscape, portrait
  • Cropping with perspective correction
  • Reordering in language selection dialog: already downloaded languages are on top of the list
  • Text extraction from PDF files
  • Preprocessed image now shows up at the processing page (known issue: some images show up completely black but in reality they are ok)
  • OCR status in application cover

Bug fixes:

  • Increased scaling factor for small images to prevent preprocessing error during background normalization
  • SFOS 2.0 specific: replace missing icons with available ones

Miscellaneous:

  • Update Tesseract OCR from 3.04rc1 to 3.04.00 release
  • Poll tesseract monitor faster (500 ms -> 250 ms)
  • Fixed some typos and updated hints page
  • Small UI fixes and changes