Roberto Rosario
|
3fe0d47126
|
Remove the view to submit all document for OCR.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-08-24 04:04:31 -04:00 |
|
Roberto Rosario
|
317d07a355
|
Refactor OCR app. Removes document parsing. Moves OCR processing to
model manager. Add submit and finish events.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-08-23 02:04:57 -04:00 |
|
Roberto Rosario
|
2052caada4
|
Remove PreserveGetQuerySet mixin. Update SingleObjectList and
MultipleObjectFormActionView views to use a new get_object_list method.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-08-16 22:12:24 -04:00 |
|
Roberto Rosario
|
f09321f6ab
|
Fix deprecation warnings for Django 1.11 and Django 2.0.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-07-21 00:25:18 -04:00 |
|
Roberto Rosario
|
916c3497c4
|
Add support for downloading a document's OCR text.
Closes GitLab issue #215.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-07-01 01:07:23 -04:00 |
|
Roberto Rosario
|
b5858ad6f8
|
Add link to show a document's OCR errors. GitLab issue #291.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-06-21 15:57:53 -04:00 |
|
Roberto Rosario
|
5893e149e0
|
Reduce the check_access boilerplate code.
|
2016-11-02 04:58:05 -04:00 |
|
Roberto Rosario
|
c0194c63dc
|
Refactor document page image generation and transformation classes
to cache all transformed versions of a document page.
|
2016-11-02 02:34:57 -04:00 |
|
Roberto Rosario
|
4c4409aa1e
|
PEP8 cleanups.
|
2016-03-17 00:44:54 -04:00 |
|
Roberto Rosario
|
c3149a58d6
|
Sort variables.
|
2016-03-16 18:26:12 -04:00 |
|
Roberto Rosario
|
e2bfece9ff
|
Update document OCR content view to a CBV.
|
2016-03-16 16:40:17 -04:00 |
|
Roberto Rosario
|
a1a0a6da52
|
PEP8 Cleanups.
|
2015-10-28 02:14:48 -04:00 |
|
Roberto Rosario
|
31846a739d
|
Change the document OCR tab label and view title from 'Content' to 'OCR', to eliminate confusion of OCR text vs. original document content.
|
2015-10-25 01:59:07 -04:00 |
|
Roberto Rosario
|
475ceb054f
|
OCR errors are deleted at the next successfull retry, remove redundant option to delete OCR log entries.
|
2015-10-21 04:07:20 -04:00 |
|
Roberto Rosario
|
71ac2cbf79
|
With full document OCR queue and per document type OCR queuing, re_queueing OCR errors is redundant, removing.
|
2015-10-21 03:58:09 -04:00 |
|
Roberto Rosario
|
14184b8c76
|
Add view to queue document for OCR by document type.
|
2015-09-27 01:37:57 -04:00 |
|
Roberto Rosario
|
6ca6cd9f21
|
PEP8 Cleanusp (549 warnings).
|
2015-09-16 04:15:10 -04:00 |
|
Roberto Rosario
|
e1a04d9838
|
Convert document trash view to CBV. Improve ConfirmView based CBVs.
|
2015-09-15 02:02:38 -04:00 |
|
Roberto Rosario
|
561b56b12a
|
Replace usage of get_context_data with get_extra_context.
|
2015-08-15 03:02:02 -04:00 |
|
Roberto Rosario
|
f7f2135cad
|
Convert OCR error entry list view to CBV.
|
2015-08-14 14:54:32 -04:00 |
|
Roberto Rosario
|
97bba65668
|
Code style updates, change lists to tuples.
|
2015-08-13 15:27:22 -04:00 |
|
Roberto Rosario
|
3b728328ad
|
PEP8 cleanups, E501.
|
2015-07-23 04:05:29 -04:00 |
|
Roberto Rosario
|
4527563d89
|
PEP8 cleanups, specially E501 line too long.
|
2015-07-22 18:21:37 -04:00 |
|
Roberto Rosario
|
ec9d7d09a1
|
Include in context the document for which OCR will be queued.
|
2015-07-18 03:57:45 -04:00 |
|
Roberto Rosario
|
afe6644321
|
Use shorter confirmation messages.
|
2015-07-17 19:52:17 -04:00 |
|
Roberto Rosario
|
653a145914
|
Add tool view to perform OCR on all documents at once.
|
2015-07-17 13:04:51 -04:00 |
|
Roberto Rosario
|
e891fe9525
|
PEP8 cleanups and code style cleanups.
|
2015-07-10 17:19:36 -04:00 |
|
Roberto Rosario
|
8727f093e0
|
Don't initialize a document type's OCR settings via the view, do so via signal on document type creation.
|
2015-07-06 01:36:17 -04:00 |
|
Roberto Rosario
|
bee9ae32c3
|
Call the correct super class
|
2015-07-03 03:19:13 -04:00 |
|
Roberto Rosario
|
ace76fc69c
|
Update apps for new ACLs refactor.
|
2015-07-01 16:36:20 -04:00 |
|
Roberto Rosario
|
1c084aa07b
|
Split Permission and StoredPermission class and model into different modules. Simplified the Permission class.
|
2015-06-28 01:03:29 -04:00 |
|
Roberto Rosario
|
d26402974a
|
Allow registering permission from the permission namespace. Replace all permission variables to be lowercase (style guide reserver uppercase variables for constants and literals).
|
2015-06-28 00:19:49 -04:00 |
|
Roberto Rosario
|
72b91b79ac
|
Move document type's OCR settings from the documents app to the OCR app
|
2015-06-24 01:52:33 -04:00 |
|
Roberto Rosario
|
ad7a5d8244
|
Update document OCR submit views to CBV views
|
2015-06-19 19:07:44 -04:00 |
|
Roberto Rosario
|
08a8ae2554
|
Move document page content code to the OCR app. Prep work for issue #186.
|
2015-06-17 00:21:35 -04:00 |
|
Roberto Rosario
|
74bd69b61c
|
Remove OCR cleanup view
|
2015-06-09 03:29:15 -04:00 |
|
Roberto Rosario
|
23fc9f1e36
|
Merge main and common apps, extract authentication functionality to new authentication app. Closes issues #179 and #180
|
2015-04-06 16:09:54 -04:00 |
|
Roberto Rosario
|
5dabc0a34a
|
Add new appearance app to hold all of the base templates, images, icons and external packages related to the frontend and look of the project
|
2015-03-30 02:17:40 -04:00 |
|
Roberto Rosario
|
9c2412f487
|
Fix issue #158
|
2015-02-06 20:43:25 -04:00 |
|
Roberto Rosario
|
b55acb6e12
|
Normalize import style
|
2015-01-24 17:05:32 -04:00 |
|
Roberto Rosario
|
e6754c9a6f
|
Update the OCR app to work based on document versions not documents, document version are the module which hold the document pages instances. Remove old OCR document queue and replace with a single module for OCR processing error entries. Increase compatibility with Django 1.7 and Python 3.
|
2015-01-15 03:01:43 -04:00 |
|
Roberto Rosario
|
2c2dfa88cc
|
Issue #84, Remove template context variable 'object_name' to improve ease of translation
|
2014-10-28 02:36:43 -04:00 |
|
Roberto Rosario
|
a728690335
|
Issue #56, #97, Make multi item links a drop down list of actions, remove unused code
|
2014-10-27 16:26:13 -04:00 |
|
Roberto Rosario
|
71e8502614
|
Remove confirmation template's form icon
|
2014-10-25 02:21:44 -04:00 |
|
Roberto Rosario
|
0d38a1239d
|
PEP8 cleanups
|
2014-10-18 00:55:55 -04:00 |
|
Roberto Rosario
|
9662d14e9c
|
Issue #40, finish remaining '/' hardcoded redirects
|
2014-10-09 20:05:42 -04:00 |
|
Roberto Rosario
|
c2e35694d8
|
Unify the method to submit document for OCR, fix OCR error document re-queue view
|
2014-10-09 14:08:48 -04:00 |
|
Roberto Rosario
|
8bac1525be
|
PEP8 cleanups
|
2014-10-08 19:39:16 -04:00 |
|
Roberto Rosario
|
f26f202c4d
|
Use different queues for the background tasks
|
2014-10-03 03:22:35 -04:00 |
|
Roberto Rosario
|
a613c65fde
|
Update the OCR app to use Celery, remove OCR config options OCR_REPLICATION_DELAY, OCR_NODE_CONCURRENT_EXECUTION, OCR_QUEUE_PROCESSING_INTERVAL
|
2014-10-03 01:19:59 -04:00 |
|