Commit Graph
3463 Commits
Author SHA1 Message Date
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 a3eaf1a0b5 Merge remote branch 'origin/master' 2011-07-22 03:43:02 -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 8192ce349c Added new mimetype app to hangle mimetype guessing and provide mimetype related icons when a preview is not available 2011-07-22 03:37:26 -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 b29ca040d5 Added missing pdfminer requirement entry 2011-07-21 04:32:28 -04:00
Roberto Rosario d46f000701 Added missing ghostcript dependency 2011-07-21 04:05:56 -04:00
Roberto Rosario b72f72c38f Merge branch 'master_merge_test' 2011-07-21 03:56:31 -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 28ecd22944 Merge branch 'document_image_caching' into smart_staging 2011-07-21 03:50:19 -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 57fed7608a Merge branch 'raw_ocr_fallback' into smart_staging 2011-07-19 04:22:51 -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 6cefef5185 Merge branch 'converter_export' into smart_staging 2011-07-18 04:12:28 -04:00
Roberto Rosario a0297d1053 Merge branch 'fix_ocr_convert' into converter_export 2011-07-18 04:11:35 -04:00
Roberto Rosario 08067e93d2 Merge branch 'migrate_to_ocr_app' into fix_ocr_convert 2011-07-18 04:08:19 -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
Roberto Rosario 6c7ac588c7 Added mimetype detection utility 2011-07-18 04:00:21 -04:00
Roberto Rosario 5829bbde4d Added per OCR queue transformation models and CRUD views to replace the CONVERTER_OCR_OPTIONS with the new refactored converter transformations systems 2011-07-17 01:32:46 -04:00
Roberto Rosario 970ca0be05 Fixed Imagemagick converter backend 2011-07-16 04:08:17 -04:00
Roberto Rosario 7289cafdfd Added python only converter backend supporting resizing, zooming and rotation 2011-07-16 04:03:17 -04:00
Roberto Rosario 7a5f0fed0b Merge branch 'transformation_refactor' into converter_export 2011-07-16 01:20:19 -04:00
Roberto Rosario 29adcce2a3 flake8 cleanups 2011-07-16 01:15:58 -04:00
Roberto Rosario 0fe032f7c9 Finished fixing new document transformations 2011-07-16 01:09:36 -04:00
Roberto Rosario 389253385c Source, document page and thumbnails working, new document transformations and OCR yet to convert 2011-07-15 20:25:49 -04:00
Roberto Rosario 743ae0fce0 Initial commit of the converter image transformation refactor 2011-07-15 06:16:14 -04:00
Roberto Rosario 358216fac5 Updated README.md 2011-07-14 23:17:43 -04:00
Roberto Rosario 415f0c8daa Refactored the converter backend system 2011-07-13 22:53:33 -04:00
Roberto Rosario 082c3e699c Added sources views user permissions restrictions 2011-07-13 02:43:31 -04:00
Roberto Rosario 6fa40be524 Added view to create source transformations, merged and normalized most source and source transformations views 2011-07-13 02:33:37 -04:00
Roberto Rosario d0da4daa93 Added new view to delete a sources transformations and improved the source tranformation edit view 2011-07-13 01:15:20 -04:00
Roberto Rosario 3ff461a2d3 Improved document sources transacion views 2011-07-09 04:32:16 -04:00
Roberto Rosario ee46653578 Added support for handling navigation for view with more than one main object class 2011-07-09 04:31:08 -04:00