You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63-25Lines changed: 63 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,58 +8,62 @@
8
8
9
9
## ERPNext OCR
10
10
11
-
OCR with [tesseract](https://github.com/tesseract-ocr/tesseract).
11
+
> :alembic:**Experimental** Frappe OCR application with [tesseract](https://github.com/tesseract-ocr/tesseract).
12
12
13
-
#### License
13
+
This project is a fork of [ERPNext-OCR](https://github.com/jvfiel/ERPNext-OCR) by [John Vincent Fiel](https://github.com/jvfiel). Its aim is to fix and cleanup the original source code and add some new features.
In order to use OCR with different languages, you need to install the appropriate trained data files.
60
-
Check tesseract Wiki for details https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
64
+
Check tesseract Wiki for details:https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
61
65
62
-
## Known issues
66
+
###Known issues
63
67
64
68
*`wand.exceptions.PolicyError: not authorized '/opt/sample.pdf' @ error/constitute.c/ReadImage/412`
65
69
* This can happen due to security configuration in imagemagick, preventing it to read PDF files.
@@ -73,3 +77,37 @@ Check tesseract Wiki for details https://github.com/tesseract-ocr/tesseract/wiki
73
77
*`OSError: encoder error -2 when writing image file`
74
78
* This might happen when trying to open a TIFF image, but the real error is "_hidden_" and only displayed in console.
75
79
* If the original error in console is `Fax3SetupState: Bits/sample must be 1 for Group 3/4 encoding/decoding.` that usually happens when TIFF image compression is not valid / recognized.
0 commit comments