Skip to content

Releases: axa-group/Parsr

v1.2.2

20 Nov 15:45
1a8bd9f
Compare
Choose a tag to compare
  • Security Fixes

v1.2.1

04 Nov 13:15
Compare
Choose a tag to compare
  • Change markdown render engine on the Vue front
  • Update Google Vision to 2.1.2 (Node 10+ is now required for Google Vision API)
  • Bug fixes in the Python client
  • Security fixes

V1.2.0

02 Oct 16:11
Compare
Choose a tag to compare

Changes:

  • Fix #488 in python client
  • Update on link detection, it can recognise split link.
  • Update on wordToLigne, you can now increment/decrement avgWordsSpace and commonWordsSpace.
  • Update on jsonExport, it export now the font id and the font size. With pdfminer you also have this informations at character level.
  • Update on pdfMiner extractor, the source of the image is now found. If the ocrImage = true, you can know from which image the text is extracted.
  • Update some security issues.

v1.1.2 Security fix PR #491 and #492

14 Sep 07:46
22c5cb1
Compare
Choose a tag to compare

Security vulnerability fixed

  • Bumps bl from 4.0.2 to 4.0.3
  • Bumps node-fetch from 2.6.0 to 2.6.1.

v1.1.1 Security fix PR #484 + Version python client #483

18 Aug 08:37
Compare
Choose a tag to compare

Security vulnerability fixed

  • Bump serialize-javascript from 3.0.0 to 3.1.0 in /demo/vue-viewer

Change

  • python client version bump to 3.2.3

V1.1.0

04 Aug 08:39
Compare
Choose a tag to compare

Changes:

  • Heading detection, the prediction model is now loaded only once => faster process.
  • Header Footer is now applied by group of pages of similar sizes (similarity can be customised).
  • Add sklearn and tabula to dependencies in docker file, preinstall script and linux documentation.
  • Fix drawing to table bug.
  • Add explanation of granularity for Json output.
  • Update Python-client's README.md

Security fix:

  • Vulnerability fix of elliptic package.

1.0.1: Security fix - Merge pull request #471 and #472

22 Jul 09:10
75f84bc
Compare
Choose a tag to compare

Security vulnerability fixed

  • Bump lodash from 4.17.15 to 4.17.19
  • Bump lodash from 4.17.15 to 4.17.19 in /demo/vue-viewer

Parsr 1.0.0

14 Jul 12:51
Compare
Choose a tag to compare

Features Improved:

  • Table of contents detection
  • Words to line module
  • Table detection & reconstruction
  • Headings detection
  • Fixed bug in CSV table exporter
  • More documentation

v0.12.2

08 Jun 10:18
Compare
Choose a tag to compare

Fixes

  • Javascript vulnerability fixed

v0.12.1: Revert "[Docker] Hight priority to install packeges using Python 3.x"

02 Jun 14:37
Compare
Choose a tag to compare

Changes

  • Refactor of Abbyy to be used as pdf extractor
  • Improve table reconstruction in UI using Abbyy
  • Added 'Drawing Detection' module
  • Fixed image rotation in UI
  • Configured ESLint instead of TSLint
  • Reduce technical debt detected by Sonar Qube
  • Several bug fixing