- 23 May, 2017 4 commits
-
-
francois authored
This commit contain a testing business template for the receipt recognition module test the "Receipt" type update as well as the OCR success and fail on a set of poor This commit contain binary files that are test images..
-
francois authored
This commit contain the business template that take a receipt image as a source, binarize then segmentize it, and apply OCR on it. It then extract the meaning with regular expressions. The image should already be loaded inside the image module before it can be read. The business template contain: * The receipt recognition module * An extension containing the code that binarize, crop and segmentize the image then analize it. * A new type "Receipt" that contain a source image and the field that contain the "total" value * A portal skin folder containing the extension externalMethods aswell as the conversion script that call the recognition and update the Receipt "total" field Improvements (not limited to this list): - Easier loading of picture: directly from the receipt page. - Easier loading of picture 2: from phone with OfficeJS (or any renderJS) application? - Detect when images are sideway and rotate them straight - Better "boxing" and segmentation: some lines are deleted from the original image during the segmentation when they are too close from other - Modify the neural network (lstm) to increase weight of signs like $, euro, / and numbers - Use of a faster/smaller neural network: Most of the time is lost with the loading of the neural network - Caching the neural network: See previous statement. - Extract currency, date and receipt emettor. - Use a neural network for the meaning extraction?
-
Sebastien Robin authored
Make sure we find section if we render https://my_site/my_section/foo.html. This is required to take into account configuration of the web section, like specific content security policy.
-
Sven Franck authored
-
- 22 May, 2017 7 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
Should make test output more expressive on failure.
-
Vincent Pelletier authored
To make it more likely detect killed transactions before entering tpc_finish phase.
-
Vincent Pelletier authored
Saves one round-trip to server.
-
Vincent Pelletier authored
This parameter does not force a reconnection, it allows reconnecting if a closed-connection is detected when querying on a transactional connection on which the transaction was already started.
-
Vincent Pelletier authored
Otherwise, all subsequent tests fail too.
-
- 19 May, 2017 7 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Sven Franck authored
-
Vincent Bechu authored
-
Vincent Bechu authored
This reverts commit 699759bc
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 18 May, 2017 5 commits
-
-
Vincent Bechu authored
-
Vincent Pelletier authored
Do not give conflicting instructions to portal_catalog.
-
Vincent Pelletier authored
Preserve compatibility with in-zodb worklist cache code, but do not use *_expression when calling catalog.
-
Vincent Pelletier authored
These are a bit more complex, there are more to come.
-
Vincent Pelletier authored
These are the easy uses, there are more to come.
-
- 17 May, 2017 3 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Vincent Bechu authored
Waiting document onlyoffice conversion error fix
-
- 16 May, 2017 14 commits
-
-
Rafael Monnerat authored
-
Łukasz Nowak authored
In order to safely use non-XML allowed characters coming from various sources wrap basestring into xmlrpclib.Binary before sending it to the server.
-
Sven Franck authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-