Commit Graph

50 Commits

Author SHA1 Message Date
Roberto Rosario
7469fe991f Made the OCR cache backend used for locking configurable, move ocr locking to queued document from periodic task, added again a random delay fallback in case no cache backend is used 2011-05-06 15:31:49 -04:00
Roberto Rosario
07e9b12e78 flake8 cleanups, ununsed imports and variables cleanup, changed register_diagnostics to use reverse_lazy instead of reverse 2011-05-06 10:39:54 -04:00
Roberto Rosario
c44a1f947c Added document printing support 2011-05-06 00:46:33 -04:00
Roberto Rosario
22516a91b5 Updated tools view to limit the tools a user can access by means of permission checking 2011-05-04 00:22:51 -04:00
Roberto Rosario
438e8c89a9 Refactored the tools menu and added method for apps to register tools themselves 2011-05-03 21:58:55 -04:00
Roberto Rosario
d58d70623d Moved return_type function to common.utils 2011-05-03 20:14:40 -04:00
Roberto Rosario
5b5a90100c flake8 cleanups 2011-04-23 23:03:56 -04:00
Roberto Rosario
46ec25b139 Added initial support for converting office documents (only ods and docx tested) 2011-04-23 22:20:30 -04:00
Roberto Rosario
5306a3e474 Added the OCR_QUEUE_PROCESSING_INTERVAL setting to the settings tab view 2011-04-23 05:53:36 -04:00
Roberto Rosario
70c3c5e948 Removed the obsolote DOCUMENTS_GROUP_MAX_RESULTS setting option 2011-04-23 02:53:13 -04:00
Roberto Rosario
2a744cefea PEP8, pylint cleanups and removal of relative imports 2011-04-23 02:49:07 -04:00
Roberto Rosario
6cdebb3910 Added the configuration option CONVERTER_GM_SETTINGS to pass GraphicsMagicks specific commands the the GM backend 2011-04-22 02:20:45 -04:00
Roberto Rosario
5b4b281791 Added interactive document page view rotation support 2011-04-21 23:58:41 -04:00
Roberto Rosario
47a9f699fd Added DOCUMENTS_ZOOM_PERCENT_STEP, DOCUMENTS_ZOOM_MAX_LEVEL, DOCUMENTS_ZOOM_MIN_LEVEL configuration options to allow detailed zoom control 2011-04-21 23:27:05 -04:00
Roberto Rosario
d0c2e6fd56 Removed the obsolete DOCUMENTS_TRANFORMATION_PREVIEW_SIZE and DOCUMENTS_GROUP_SHOW_THUMBNAIL setting options 2011-04-20 02:52:11 -04:00
Roberto Rosario
2843e14dc3 Made the form display on the setup view display the function's docstring by default 2011-04-20 02:46:37 -04:00
Roberto Rosario
78ff5f8584 Added support for listing the most recent accessed documents per user 2011-04-17 05:12:12 -04:00
Roberto Rosario
eaaaa5b645 Added support for the command line program pdftotext from the poppler-utils packages to extract text from PDF documents without doing OCR 2011-04-15 23:59:52 -04:00
Roberto Rosario
fd0781eb31 Added the SIDE_BAR_SEARCH setting option to the settings view 2011-04-14 15:35:15 -04:00
Roberto Rosario
524115de64 PEP8 cleanups 2011-04-11 12:18:35 -04:00
Roberto Rosario
95f17a4307 Fixed typo 2011-04-11 12:05:49 -04:00
Roberto Rosario
c3470f2d8b Missed two changes related to the last commit 2011-04-11 10:25:48 -04:00
Roberto Rosario
d54fd98ec5 Finished adding language specific ocr cleanup code 2011-04-07 12:23:26 -04:00
Roberto Rosario
f66c8ec6e2 Fixed error and some warning returned by pylint 2011-04-05 00:04:11 -04:00
Roberto Rosario
283df926d1 Made automatic OCR a function of the OCR app and not of Documents app (via signals)
Renamed setup option DOCUMENT_AUTOMATIC_OCR to OCR_AUTOMATIC_OCR
2011-04-04 15:36:00 -04:00
Roberto Rosario
664ece7a60 Added a new setup option: FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS - a dictionary to allow users to add custom functions 2011-04-04 14:58:36 -04:00
Roberto Rosario
18b9964786 Added Graphics magick support by means of user selectable graphic convertion backends 2011-03-31 12:23:58 -04:00
Roberto Rosario
3cb0f37b5b Made the concurrent ocr code more granular, per node, every node can handle different amounts of concurrent ocr tasks 2011-03-22 04:17:48 -04:00
Roberto Rosario
447b2f2817 Added a new diagnostics tab under the tools menu 2011-03-21 01:00:56 -04:00
Roberto Rosario
31d1641fa4 Added simple statistics page (total used storage, total docs, etc) 2011-03-20 04:35:21 -04:00
Roberto Rosario
5e960d03db Show class name in config settings view 2011-03-12 04:21:12 -04:00
Roberto Rosario
ccf33b5eaa Added missing config option from the setup menu 2011-03-12 04:20:47 -04:00
Roberto Rosario
6a9e114acb Set all *.py files permissions to 644 2011-03-07 12:15:25 -04:00
Roberto Rosario
f2c9c90b55 Started adding configurations setting descriptions 2011-03-05 02:34:34 -04:00
Roberto Rosario
0442eafb0c Added a setting to show document thumbnail in metadata group list 2011-03-05 02:01:31 -04:00
Roberto Rosario
d0bea8ffeb Initial version of the GridFS storage driver 2011-03-04 01:08:20 -04:00
Roberto Rosario
3c54afcdac Show famfamfam ticks or crosses for existing or missing paths or executables in settings details view 2011-03-03 21:55:28 -04:00
Roberto Rosario
d73f4d881e Remove obsolete DOCUMENTS_STORAGE_DIRECTORY_NAME setting from settings details view 2011-03-03 21:33:59 -04:00
Roberto Rosario
79f6897d8a Extracted document filesystem serving into a separate app, see docs/Changelog.txt to update database accordingly 2011-02-26 12:50:16 -04:00
Roberto Rosario
a9bfe7f088 Added document tool that deletes and re-creates all documents filesystem links 2011-02-21 23:46:25 -04:00
Roberto Rosario
5b4f2ecb57 Final changes to support duplicate document search 2011-02-21 19:32:03 -04:00
Roberto Rosario
8cc6731d67 Updated settings view, adding missing ones and removing an unused one 2011-02-19 04:39:06 -04:00
Roberto Rosario
d3d8c6d966 add ENABLE_SINGLE_DOCUMENT_UPLOAD config setting to settings view 2011-02-19 00:39:14 -04:00
Roberto Rosario
e3df02185f Show tesseract language setting under setup menu 2011-02-17 23:41:48 -04:00
Roberto Rosario
77b8a432a2 Added distributed OCR queue support 2011-02-17 04:37:35 -04:00
Roberto Rosario
06d7e5a46a Added multipage document support and document page transformation 2011-02-14 00:18:16 -04:00
Roberto Rosario
50ae43537c Cleanups 2011-02-10 16:31:10 -04:00
Roberto Rosario
d6afcc64bb Changed file permissions 2011-02-09 13:55:01 -04:00
Roberto Rosario
57704f3cd0 Added view to display project settings 2011-02-09 12:31:27 -04:00
Roberto Rosario
986dc5d805 Document upload and metadata input working 2011-02-03 17:17:04 -04:00