SuccèsChangements

Summary

  1. Compare the Layout decomposition with another algorithm based on (commit: 48ff831) (details)
  2. gs-ir: added the ability to change the document docClass (modal + radio (commit: 1eaee94) (details)
  3. gs-ir: updated the docClass modifier (commit: 0c49e4d) (details)
  4. gs-cv: removed unused comments (commit: 7deb52c) (details)
  5. gs-reactor: Destroy Contexts and DOM nodes trees when webSocket closed (commit: c979f0c) (details)
  6. gs-ir: refactored Dispatcher (email settings path) (commit: 50980d4) (details)
  7. gs-ir: added a logger to ClassifierVerticle (commit: 5981927) (details)
  8. gs-ir: refactored the code with path relative to (commit: 789cc07) (details)
  9. gs-ir: changed the absolute path for files storage (commit: f379289) (details)
  10. gs-cv: removed deprecated python project configuration file (commit: d43748e) (details)
  11. gs-ir: updated the location of the email account settings (commit: e6e4863) (details)
  12. gs-ir: updated the location of folders and configuration files (commit: 4da0fdb) (details)
  13. gs-ir: fixed a bug in ClassifierVerticle (incorrect path) (commit: a13b8ac) (details)
  14. Add .replay().refCount() to Observables (commit: f329ad6) (details)
  15. gs-ir: fixed a bug in TextBindingCustom (generated a (commit: 2ab55d1) (details)
  16. gs-ir: WatchApp deploy OcrEngineHolderVerticle (commit: d08ea56) (details)
  17. gs-ir: refactored the code for the verticles deployment (added a (commit: b2e82dc) (details)
  18. gs-ir: decreased getMaxExecutions() in DistributedVerticle (still need (commit: bb358d5) (details)
  19. gs-ir: WatchApp: changed the model path (commit: 999d2ba) (details)
  20. gs-cv: changed the logging level to debug in FillModelWithData when (commit: 47bfb77) (details)
  21. gs-cv: OcrParameters: renamed logger (commit: 5520632) (details)
  22. gs-cv: Ocr: added an object pool to get OcrTesseract instances (commit: 205dc99) (details)
  23. gs-cv: ComputeBestTextPerZone: fixed a bug (NPE) when computing scores (commit: e5c9282) (details)
  24. gs-cv: FillModelWithData: cleaned-up useless code (commit: c73aff8) (details)
  25. gs-ir: moved the RESOURCES_FOLDER path definition to DistributedVerticle (commit: db6445e) (details)
  26. gs-cv: FillModelWithData: added the ability to provide a resources (commit: 2b08ec0) (details)
  27. gs-ir: HomePageUserLogin: deactivated the ability to sign-up for a new (commit: 844d65d) (details)
  28. Test making of zones, OCR and data structure (commit: 4d2e738) (details)
  29. gs-reactor: refactored script.js (split into smaller functions) (commit: 724f437) (details)
  30. gs-ir: WatchApp: updated watchapp.js to fix a bug that prevented login (commit: 4812a3f) (details)
  31. gs-cv: Ocr: Fixed a bug in OcrTesseract factory (path to TESSDATA was (commit: 8f6d029) (details)
Commit 48ff83125c4c94da70ea01efcf76b25f8255f8b6 by jmathorel
Compare the Layout decomposition with another algorithm based on
OpenCV's Imgproc::boundingRect
(commit: 48ff831)
The file was addedgs-cv/src/main/java/org/genericsystem/layout/LayoutAnalyzer2.java
Commit 1eaee9470e087ae06eadaa58fe57cfeec78d9f64 by plassalas
gs-ir: added the ability to change the document docClass (modal + radio
buttons)
(commit: 1eaee94)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/pages/HomePageTable.java (diff)
The file was addedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/RadioButtonWithValue.java
The file was modifiedgs-reactor/src/main/resources/script.js (diff)
The file was modifiedgs-ir/src/main/resources/watchapp.css (diff)
Commit 0c49e4df9ca9ebc7a72fa5b07f53cbc44dd9ef9f by plassalas
gs-ir: updated the docClass modifier
(commit: 0c49e4d)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/pages/HomePageTable.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/RadioButtonWithValue.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/ContextActionCustom.java (diff)
Commit 7deb52c2b577df1421c8a3a6aa6afa7ab2fcd16f by plassalas
gs-cv: removed unused comments
(commit: 7deb52c)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/ContextActionCustom.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/RadioButtonWithValue.java (diff)
Commit c979f0cb6f2b6700fbce448a511bd920c55352d5 by fducroquet
gs-reactor: Destroy Contexts and DOM nodes trees when webSocket closed
Otherwise the listeners of the DOM nodes tree connected to the webSocket
are still active.
(commit: c979f0c)
The file was modifiedgs-reactor/src/main/java/org/genericsystem/reactor/HtmlDomNode.java (diff)
The file was modifiedgs-reactor/src/main/java/org/genericsystem/reactor/appserver/ApplicationServer.java (diff)
Commit 50980d474a70b6b93de3dad4ad78f2b13e925cf9 by plassalas
gs-ir: refactored Dispatcher (email settings path)
(commit: 50980d4)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/Dispatcher.java (diff)
Commit 598192736702f8b02b05780f570c734b2d39fb10 by plassalas
gs-ir: added a logger to ClassifierVerticle
(commit: 5981927)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/ClassifierVerticle.java (diff)
Commit 789cc07fc954a320897596a0e0795e25e998c250 by plassalas
gs-ir: refactored the code with path relative to
DistributedVerticle.BASE_PATH
(commit: 789cc07)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/PdfConverterVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/ClassifierVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/MailWatcherVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DezonerVerticle.java (diff)
Commit f37928948674981b4820a79ecb59e47bb452bedb by plassalas
gs-ir: changed the absolute path for files storage
(DistributedVerticle.BASE_PATH)
(commit: f379289)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/MailWatcherVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DistributedVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/PdfConverterVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/HttpServerVerticle.java (diff)
Commit d43748eed414332732957740fcdc774672fd7ca8 by plassalas
gs-cv: removed deprecated python project configuration file
(commit: d43748e)
The file was removedgs-cv/.pydevproject
Commit e6e48637c6ca786e7a98f710f17074b565028cea by plassalas
gs-ir: updated the location of the email account settings
(commit: e6e4863)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/Dispatcher.java (diff)
Commit 4da0fdb9a3267d08b0e8c26c1ccfc76fd31ca1ad by plassalas
gs-ir: updated the location of folders and configuration files
(commit: 4da0fdb)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DistributedVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/Dispatcher.java (diff)
Commit a13b8ace6224405fe56b3113c4c5a59adb6c6877 by plassalas
gs-ir: fixed a bug in ClassifierVerticle (incorrect path)
(commit: a13b8ac)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/ClassifierVerticle.java (diff)
Commit f329ad6c1d4459928f85c1d8bbb59fd2ad898986 by fducroquet
Add .replay().refCount() to Observables
To avoid duplicated chains of observation.
(commit: f329ad6)
The file was modifiedgs-common/src/main/java/org/genericsystem/common/AbstractCache.java (diff)
The file was modifiedgs-common/src/main/java/org/genericsystem/common/Container.java (diff)
The file was modifiedgs-defaults/src/main/java/org/genericsystem/defaults/DefaultCompositesInheritance.java (diff)
The file was modifiedgs-defaults/src/main/java/org/genericsystem/defaults/tools/InheritanceComputer.java (diff)
The file was modifiedgs-defaults/src/main/java/org/genericsystem/defaults/DefaultDependencies.java (diff)
The file was modifiedgs-common/src/main/java/org/genericsystem/common/Differential.java (diff)
The file was modifiedgs-api/src/main/java/org/genericsystem/api/core/Snapshot.java (diff)
Commit 2ab55d102900c08d85b90acad60e457cb8c312a9 by plassalas
gs-ir: fixed a bug in TextBindingCustom (generated a
NullPointerException)
(commit: 2ab55d1)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/TextBindingCustom.java (diff)
Commit d08ea56ee13439236d57271c0981f573ab0315f4 by plassalas
gs-ir: WatchApp deploy OcrEngineHolderVerticle
(commit: d08ea56)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/WatchApp.java (diff)
Commit b2e82dce5a0544b0553c3bf53bd1b9f5dd3800ed by plassalas
gs-ir: refactored the code for the verticles deployment (added a
doDeploy() method)
(commit: b2e82dc)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/WatchApp.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/OcrEngineHolderVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DistributedVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/Dispatcher.java (diff)
Commit bb358d56b3e935af33678a1cff9085706db917f6 by plassalas
gs-ir: decreased getMaxExecutions() in DistributedVerticle (still need
optimization)
(commit: bb358d5)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DistributedVerticle.java (diff)
Commit 999d2baa3a384891a62960877e90db7ebaa2b317 by plassalas
gs-ir: WatchApp: changed the model path
(commit: 999d2ba)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/WatchApp.java (diff)
Commit 47bfb77cf6a760c93bb8094a5ce5e4efe665cec0 by plassalas
gs-cv: changed the logging level to debug in FillModelWithData when
starting a new cache
(commit: 47bfb77)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/comparator/FillModelWithData.java (diff)
Commit 5520632966314053488d0f9f7493825b06e38d76 by plassalas
gs-cv: OcrParameters: renamed logger
(commit: 5520632)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/comparator/OcrParameters.java (diff)
Commit 205dc99c83bd82b8f3a199e0dbbd8607bea0e335 by plassalas
gs-cv: Ocr: added an object pool to get OcrTesseract instances
Segmentation faults can occur when an instance of OcrTesseract is shared
accross multiple threads. To avoid this, a factory and an object pool
were created using Apache commons pool2 package.
(commit: 205dc99)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/Ocr.java (diff)
The file was modifiedgs-cv/pom.xml (diff)
Commit e5c9282f3eeda777c8c9d6af4a2b3aa316e8c983 by plassalas
gs-cv: ComputeBestTextPerZone: fixed a bug (NPE) when computing scores
without OCR data
(commit: e5c9282)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/comparator/ComputeBestTextPerZone.java (diff)
Commit c73aff82ed08250054229149c5cf889e08b8213a by plassalas
gs-cv: FillModelWithData: cleaned-up useless code
(commit: c73aff8)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/comparator/FillModelWithData.java (diff)
Commit db6445e1fdb813cc2764e8a9be79d8a81f4c6f4a by plassalas
gs-ir: moved the RESOURCES_FOLDER path definition to DistributedVerticle
(commit: db6445e)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DezonerVerticle.java (diff)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/DistributedVerticle.java (diff)
Commit 2b08ec06151d6df699a76ca35058a2b44ff6eb83 by plassalas
gs-cv: FillModelWithData: added the ability to provide a resources
folder when registering a new file
(commit: 2b08ec0)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/AddImageToEngineVerticle.java (diff)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/comparator/FillModelWithData.java (diff)
Commit 844d65dfadee6fb75a80790a7f29c70e29ddb716 by plassalas
gs-ir: HomePageUserLogin: deactivated the ability to sign-up for a new
account
(commit: 844d65d)
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/pages/HomePageUserLogin.java (diff)
Commit 4d2e738a9842005e923ad68824e1fcb703b1dc0a by jmathorel
Test making of zones, OCR and data structure
(commit: 4d2e738)
The file was addedgs-cv/src/main/java/org/genericsystem/cv/docPattern/ZoneStreamOrganizer.java
The file was addedgs-cv/src/main/java/org/genericsystem/cv/docPattern/DocPattern.java
The file was addedgs-cv/src/main/java/org/genericsystem/cv/docPattern/TestDocPattern.java
The file was addedgs-cv/src/main/java/org/genericsystem/cv/docPattern/ZoneStream.java
Commit 724f4377f4f04c76f08199ba8bfdbf31586d55cf by plassalas
gs-reactor: refactored script.js (split into smaller functions)
(commit: 724f437)
The file was modifiedgs-reactor/src/main/resources/script.js (diff)
Commit 4812a3f97a9fff1a417a9514e8190aa80003bc00 by plassalas
gs-ir: WatchApp: updated watchapp.js to fix a bug that prevented login
(commit: 4812a3f)
The file was modifiedgs-ir/src/main/resources/watchapp.js (diff)
Commit 8f6d02923353ec570b6a2dad096b506219f95172 by plassalas
gs-cv: Ocr: Fixed a bug in OcrTesseract factory (path to TESSDATA was
too specific)
(commit: 8f6d029)
The file was modifiedgs-cv/src/main/java/org/genericsystem/cv/Ocr.java (diff)