-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched from my branch of PAWLs to a new repo for PDF processors usi…
…ng the PAWLS preprocessor code. Realized my branch of PAWLs had some changes beyond fixing the issuing processing empty pages. There was some dynamic resizing and scaling that was getting the token coordinate system out of sync with the pdf coordinate system. Some of those improvements I made to processing documents were useful, so those open cv improvements should be re-incorporated later for better parsing of bad quality docs. For now, though, the application is working 100% once again :-)
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ drf-extra-fields==3.4.1 # https://github.com/Hipo/drf-extra-fields | |
# ------------------------------------------------------------------------------ | ||
# Pawls preprocessors are available as a command line utility in their repo for now | ||
# BUT we can install them from their github repo subdirectory using the syntax below: | ||
git+https://github.com/JSv4/pawls#egg=pawls&subdirectory=cli | ||
git+https://github.com/JSv4/[email protected] | ||
scikit-learn==1.1.3 | ||
pdfplumber | ||
pytesseract | ||
|