Breaking Changes
The merge step (which merges the close text items) has been disabled by default, that's because in the latest versions of pdf-js it's no longer needed.
And thus it's important to upgrade your projects to the latest pdf-js or use new the mergeItems
options that can be passed to the top-level functions.
Otherwise the API is actually still compatible with it's previous release (2.0.4).
Enhancements
- Improved how student name & father name are parsed.
- Improved how the full mark is determined (Fix #107).
Other Changes
- Upgrade all the development dependencies to their latest versions.
- New
options
parameter forextractMarksFromDocument
andextractMarksFromPage
. - Added a script for visualizing the document items in development (run
yarn visualize
in your cloned instance of this repository). - Fix some English typos here and there.
- Rename the default branch from
master
tomain
. - Fix the README.md badges links.
Happy Studying!
Full Changelog: v2.0.4...v3.0.0