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: ybur-yug/python_ocr_tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ctwardy/python_ocr_tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 20 files changed
  • 2 contributors

Commits on Aug 27, 2018

  1. Update Dockerfile for Python3 and newer py/tesseract.

    Update cli.py to get it to run on test files. (Unicode fixes.)
    Charles Twardy committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    51462b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Works from cli.py and app.py called via POST from another app.

    BUT browser page in interactive version is eating "<" characters.
    I had solved that by replacing them before returning output, but
    that makes a mess of calls from another app.
    
    TODO: figure out how to replace in the javascript. I tried wrapping
    with encodeURI(), but so far no effect.
    ctwardy authored and Charles Twardy committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    191cac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. * Added support for file:/// (relative to server)

    * Updated README.
    * Still no luck showing '<' in browser. Fine in JSON though.
    ctwardy authored and Charles Twardy committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    852f5ea View commit details
    Browse the repository at this point in the history
  2. * Added support for file:/// (relative to server)

    * Updated README.
    * Still no luck showing '<' in browser. Fine in JSON though.
    ctwardy authored and Charles Twardy committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    fa7f111 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	README.md
    Charles Twardy committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    5d06944 View commit details
    Browse the repository at this point in the history
Loading