Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: naptha/tesseract.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: naptha/tesseract.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 6 commits
  • 35 files changed
  • 3 contributors

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    1b87e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c920083 View commit details
    Browse the repository at this point in the history
  3. Updated enums per #434 (#671)

    Balearica authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    263dbb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    80aef15 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Update to Tesseract.js Version 4 (#691)

    See #662 for explanation of Tesseract.js Version 4 changes.  List below is auto-generated from commits. 
    
    * Added image preprocessing functions (rotate + save images)
    
    * Updated createWorker to be async
    
    * Reworked createWorker to be async and throw errors per #654
    
    * Reworked createWorker to be async and throw errors per #654
    
    * Edited detect to return null when detection fails rather than throwing error per #526
    
    * Updated types per #606 and #580 (#663) (#664)
    
    * Removed unused files
    
    * Added savePDF option to recognize per #488; cleaned up code for linter
    
    * Updated download-pdf example for node to use new savePDF option
    
    * Added OutputFormats option/interface for setting output
    
    * Allowed for Tesseract parameters to be set through recognition options per #665
    
    * Updated docs
    
    * Edited loadLanguage to no longer overwrite cache with data from cache per #666
    
    * Added interface for setting 'init only' options per #613
    
    * Wrapped caching in try block per #609
    
    * Fixed unit tests
    
    * Updated setImage to resolve memory leak per #678
    
    * Added debug output option per #681
    
    * Fixed bug with saving images per #588
    
    * Updated examples
    
    * Updated readme and Tesseract.js-core version
    Balearica authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5ccb3d9 View commit details
    Browse the repository at this point in the history
  2. 4.0.0

    Balearica committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    91f9f6c View commit details
    Browse the repository at this point in the history
Loading