Commit Graph

833 Commits

Author SHA1 Message Date
Roberto Rosario
9169e66abb Updated document page transformation CRUD view to invalidate the document cached image on creation, edition of deletion of transformations 2011-07-25 03:58:31 -04:00
Roberto Rosario
7dceaad599 Updated document page transformation CRUD view to redirect to document page transformation list view instead 2011-07-25 03:45:54 -04:00
Roberto Rosario
e94e9407ec Added invalidate_cached_image function for document models instances, remove duplication 2011-07-25 03:42:17 -04:00
Roberto Rosario
055f64c1cf Updated OCR models to use the identical source manager SourceTransformationManager 2011-07-25 03:41:28 -04:00
Roberto Rosario
5e4bb41f07 Use literal_eval instead of eval 2011-07-25 03:40:59 -04:00
Roberto Rosario
bcb61c3ca3 Enabled OCR queue transformation processing 2011-07-25 03:40:15 -04:00
Roberto Rosario
26c76a0f5e Use eval_literal instead of eval 2011-07-25 03:39:37 -04:00
Roberto Rosario
5f969351b1 Transformation interpretation error should stop a document image from being displayed 2011-07-25 03:38:38 -04:00
Roberto Rosario
39010d7653 Don't translate argument in help text example 2011-07-25 03:00:06 -04:00
Roberto Rosario
1321491c1f Migrated same solution to ocr queue transformation too 2011-07-25 02:59:39 -04:00
Roberto Rosario
a7204ee38f Added a new ocr_queue_edit permission 2011-07-25 02:55:14 -04:00
Roberto Rosario
48adc6d113 Migrate document source transformation validation solution to document page transformation 2011-07-25 02:51:19 -04:00
Roberto Rosario
0b67664598 Moved transformation argument validation to the model 2011-07-25 02:43:02 -04:00
Roberto Rosario
c761f30567 If no there are no available sources, tell user and provide link to create them 2011-07-25 00:17:08 -04:00
Roberto Rosario
c3af7d8ec2 Removed source url magic number 2011-07-25 00:16:39 -04:00
Roberto Rosario
7c47bd7b54 Renamed source creation link 2011-07-25 00:15:34 -04:00
Roberto Rosario
59891082ea Removed old remarked code 2011-07-25 00:15:15 -04:00
Roberto Rosario
4bd208ed91 Moved sources app literals to their own file 2011-07-25 00:14:49 -04:00
Roberto Rosario
c8e9fbc182 Added reset view link to the document page view to reset the zoom level and page rotation 2011-07-24 23:44:33 -04:00
Roberto Rosario
37677e89f0 Added support for showing a staging file's thumbnail 2011-07-24 05:15:56 -04:00
Roberto Rosario
8aa72a954b Bumped version to 0.8.0 2011-07-23 17:26:14 -04:00
Roberto Rosario
842d0c8868 Added job_processors app to abstract background job processing 2011-07-23 16:54:45 -04:00
Roberto Rosario
8462341533 Added new scheduler app to abstract job scheduling 2011-07-23 16:05:31 -04:00
Roberto Rosario
ec203b5702 Spanish translation update 2011-07-23 02:25:33 -04:00
Roberto Rosario
2338f5c3fe Improved document type, document type filenames and history navigation and link highlight 2011-07-23 00:58:26 -04:00
Roberto Rosario
19ab5d9151 Display document app secondary menu even when a document is selected 2011-07-23 00:26:14 -04:00
Roberto Rosario
df46ab1605 Navigation improvements 2011-07-23 00:25:20 -04:00
Roberto Rosario
29976541df Further navigation highlight improvements 2011-07-23 00:09:58 -04:00
Roberto Rosario
f589da84fd Added new mimetype app to handle mimetype guessing and provide mimetype related icons when a preview is not available 2011-07-22 03:42:16 -04:00
Roberto Rosario
4060a39a4f Consisten link highlight through the project 2011-07-21 21:45:07 -04:00
Roberto Rosario
90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario
46aa89d924 Don't use ghostscript if it is not installed 2011-07-21 04:37:08 -04:00
Roberto Rosario
d202d23862 Merge branch 'smart_staging' into master_merge_test
Conflicts:
	apps/common/__init__.py
	requirements/development.txt
	requirements/production.txt
2011-07-21 03:55:21 -04:00
Roberto Rosario
89fc258a59 Adapter the OCR app to the new pre cache and preview generation methods 2011-07-21 03:49:27 -04:00
Roberto Rosario
9ba305222c Removed obsolete option from the converter settings file 2011-07-21 03:48:52 -04:00
Roberto Rosario
b8ad2adc06 Removed QUALITY related code from the python converter backend, lowered the default ghostscript PDF dpi 2011-07-21 03:48:08 -04:00
Roberto Rosario
c55dd90c88 Moved document preview generation to model, implmented pre caching 2011-07-21 03:47:31 -04:00
Roberto Rosario
01de394b88 Properly import COMMON_TEMPORARY_DIRECTORY, removed more QUALITY related code 2011-07-21 03:45:14 -04:00
Roberto Rosario
8ca9c5d4cd Remove more QUALITY related code 2011-07-21 03:44:11 -04:00
Roberto Rosario
72a037fba2 Removed all obsolete QUALITY related literals 2011-07-21 03:43:15 -04:00
Roberto Rosario
b4f5acc09a Validate COMMON_TEMPORARY_DIRECTORY and fallback to use mkdtemp on failure 2011-07-21 03:41:57 -04:00
Roberto Rosario
8579c5081d Improved OCR file conversion 2011-07-19 20:56:21 -04:00
Roberto Rosario
8a017e2af0 Added PDF file support to the python converter backend via ghostscript 2011-07-19 20:55:08 -04:00
Roberto Rosario
648be556a6 Finished adapting the OCR app to the new transformations refactor 2011-07-19 04:21:36 -04:00
Roberto Rosario
7ea1b87ee0 Made size an optional argument of the convert function 2011-07-19 04:21:12 -04:00
Roberto Rosario
1d579e965c Added convinience model method get_transformation_list to the ocr queue model 2011-07-19 04:20:08 -04:00
Roberto Rosario
d566dfbb1d Added the first text parser backend (PDF) and updated the requirements files and README 2011-07-18 04:06:59 -04:00
Roberto Rosario
5bfd607b31 Removed pdftotext from the requirements, move unpaper calling to the OCR app 2011-07-18 04:06:19 -04:00
Roberto Rosario
ac43e294b3 Added PDF page count support to the python converter backend 2011-07-18 04:04:22 -04:00
Roberto Rosario
49e4c040d8 Removed DENSITY from the supported converter backend transformations 2011-07-18 04:01:11 -04:00