Commit graph

194 commits

Author SHA1 Message Date
cneud
817e5a6af9 update docstring 2023-03-31 01:32:10 +02:00
cneud
a9728bb899 Update eynollah.py
predict quietly please
2023-03-30 23:44:05 +02:00
Robert Sachunsky
fb6d97091b OCR-D wrapper: expose tables param 2023-03-30 23:02:08 +02:00
Robert Sachunsky
1ac0a7e06f try loading as TF SavedModel instead of HDF5 2023-03-30 19:12:55 +02:00
Robert Sachunsky
73057d57d1 silentium! 2023-03-30 19:04:49 +02:00
cneud
3d54719c87 fix import 2023-03-29 01:01:19 +02:00
cneud
58ca226f2d apply some fixes from main 2023-03-29 00:54:51 +02:00
Konstantin Baierer
6c8f60993f Merge branch 'main' into 420-namespace-package 2023-03-24 17:57:09 +01:00
Konstantin Baierer
ea792d1e4a 📦 v0.2.0 2023-03-24 14:16:55 +01:00
Konstantin Baierer
8e894e5b7b Merge remote-tracking branch 'bertsky/savedmodel-format' 2023-03-24 14:12:53 +01:00
Konstantin Baierer
7cd07dd550 use PEP420 style qurator namespace 2023-03-22 16:19:00 +01:00
Konstantin Baierer
71d0ec8dfe 📦 v0.1.0 2023-03-22 14:21:53 +01:00
Robert Sachunsky
875e4fe32b log number of detected regions 2023-02-16 20:17:42 +00:00
Robert Sachunsky
318ea6acca OCR-D wrapper: expose tables param 2023-02-16 20:17:42 +00:00
Robert Sachunsky
23f0c0b40a ocrd-tool: replace by persistent model URL 2023-02-16 20:17:42 +00:00
Robert Sachunsky
5c26bdf402 ocrd-tool: add model archive to resmgr resources 2023-02-16 20:17:42 +00:00
Robert Sachunsky
7345f6bf67 remove TF1 session and GC controls, avoid repeating load_model 2023-02-16 20:17:42 +00:00
Robert Sachunsky
a56988a35a contours: numpy now needs dtype=object 2023-02-16 20:17:41 +00:00
Robert Sachunsky
2d9ccac354 contours: simplify 2023-02-11 12:04:16 +00:00
Robert Sachunsky
ab4bb7cd7b silentium! 2023-02-11 11:58:40 +00:00
Robert Sachunsky
79e897d3b2 try loading as TF SavedModel instead of HDF5 2023-02-10 00:56:52 +00:00
vahid
38bf0d8740 solving issue by loading model by directory as input 2022-09-13 16:08:08 +02:00
vahid
583cdcee2c new (hybrid cnn+transformer) textline model which can accelerate to extract contour textlines faster 2022-09-13 15:07:00 +02:00
vahid
8d5079c909 issue #77 is resolved on main branch 2022-07-22 15:43:19 +02:00
vahid
402c5339ac issue #77 is resolved 2022-07-22 15:32:35 +02:00
vahid
01bfc3914d extracting page as an option 2022-05-19 12:27:01 +02:00
vahidrezanezhad
ae7c424889
Update eynollah.py 2022-05-13 11:44:45 +02:00
vahid
cd9920eea7 extracting page 2022-05-04 17:01:42 +02:00
vahid
735abc43f3 option to ignore page extraction 2022-04-28 01:14:57 +02:00
cneud
934bbd5892 cleanup 2022-04-26 12:04:27 +02:00
cneud
ecf117ca95 adapt to tf1.compat session mode in tf2 2022-04-26 11:50:20 +02:00
Clemens Neudecker
568391ec4a
require model command line option (fix #59) (#73) 2022-04-26 10:54:20 +02:00
vahid
3bbbeecfec all options are enabled for light version 2022-04-20 15:31:10 +02:00
f27ac155ae 🧹 Downgrade "Patch size" log message to debug
Fixes gh-55.
2022-04-06 14:47:40 +02:00
vahid
adf10942fa issue #55 resolved 2022-04-05 07:47:55 -04:00
vahid
2eacb9a8ec renaming the models 2022-04-04 20:34:59 -04:00
vahid
c606391c31 flow from directory 2022-03-29 06:55:19 -04:00
vahid
cf5ef8f5ae light version as option 2022-03-14 11:37:32 -04:00
vahidrezanezhad
b8a532180a light version integration 2022-03-10 23:52:10 -05:00
vahidrezanezhad
10f1acef29
Merge pull request #65 from mikegerber/fix/enhanced-message
Fix/enhanced message
2022-03-03 07:07:38 -05:00
vahidrezanezhad
c30d4d5c30
Merge pull request #64 from mikegerber/feat/better-time-msgs
💄 Improve timing messages (Fixes #62)
2022-03-03 07:04:01 -05:00
11d9b00510 🧹 Don't produce spurious TextEquiv elements.
eynollah produces spurious - and empy - pcGts TextEquiv elements. This
is a. unnecessary, b. wrong and c. produces a lot of warning messages
in subsequent OCR processing steps because the OCR processor warns
about already existing text.

Fix this by not generating any TextEquiv elements.

Fixes gh-37.
2022-03-03 12:21:40 +01:00
1fe8f92afc 🐛 Clarify message if an image was enhanced 2022-02-08 18:14:09 +01:00
7ccd7663e1 💄 Improve more timing messages 2022-02-08 17:45:24 +01:00
cdea0acffe 💄 Improve timing messages (Fixes #62) 2022-02-08 16:43:53 +01:00
Konstantin Baierer
f0ac0bb090 📦 v0.0.11 2022-02-02 12:05:06 +01:00
Konstantin Baierer
d75803b11d ocrd-tool: "models" parameter is a directory 2022-01-30 16:08:44 +01:00
Konstantin Baierer
e769f625fe 📦 v0.0.10 2021-09-27 14:31:23 +02:00
Konstantin Baierer
09d85bee87 Merge remote-tracking branch 'vahidrezanezhad/main' into main 2021-09-27 14:28:59 +02:00
vahidrezanezhad
169b50aaaf fixed: empty page error due None table contours 2021-09-23 15:51:30 -04:00