Opened 11 years ago
Closed 11 years ago
#528 closed bug (fixed)
OCR button doesn't work after update
| Reported by: | Alex | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | User Interface | Version: | 7.1.3 |
| Keywords: | Cc: |
Description
After updating from 7.1.2 to 7.1.3 the OCR button doesn't work anymore.
Tested with both Chrome and Firefox.
Change History (5)
comment:1 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 11 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 11 years ago
comment:4 by , 11 years ago
| Milestone: | 7.2 |
|---|
comment:5 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.

The OCR button does not work, because the configuration file context.properties lacks of the following properties
default.ocr.excludes=
default.ocr.includes=
default.ocr.resolution.threshold=600
default.ocr.text.threshold=1
Just add them to the configuration file (of course after shutting down LogicalDOC), save the file and restart LogicalDOC.