ishaq101 sofhiaazzhr commited on
Commit
c93ec90
·
1 Parent(s): 8802920

[KM-438][KM-439] Improve Retrieval and Querying feature (#15)

Browse files

- [noticket] add gitignore (c87f27f458854787102eebc110b178c2572ef8a6)
- [NOTICKET]: add document pipeline, simplify document API (fb871f3d7db9c5a9c95a012761c4180a432e7e4b)
- [NOTICKET]: update folder document_pipelines after pipelines (a4cf97ab3890e35831c0043a1d411c17d84f374b)
- [NOTICKET][DB] refactor code to new repo (7f3bb9782bb9b6ace69e6be35377c12757a2f81d)
- [KM-441] add mean and median (9b5933420821187e73bb72a896e28d7adf6d6137)
- [NOTICKET] new metadata format for cleaner code (6b590d94c398ac4966a0e376f2809aa52c5ba022)
- update document (5a69e0eecf80dd807565dbc369374e41450c37fc)
- delete duplicate file (3848d7b262745b758069e3ab8089437ced42a45f)
- edit document for new pipeline (425e021053c4de65e2598b0f5554b7c1044a904c)
- [NOTICKET]: add CSV and XLSX file type (31920c3bc6f9faf9e07095a02fc1faf08adc246e)
- [DB] fix/rename db_pipeline.py (d913315c356d741cc7a5a5b1f8e36ba41397f2ab)
- [NOTICKET][DB] menyesuaikan format struktur db_pipeline sesuai dengan file lain (e13a9017e0f7fd26ef9b8ad5981d6c0799c01661)
- [NOTICKET][DB] pisahin db credential ke folder model. add ingestion endpoint at db_client to use db pipeline. add router db_client di main. (347a73aa5597cb28d1f43940eb60db619e4a10be)
- [NOTICKET]: use tesseract for extract PDF (6b9a13d417f6ffffed61a44567a3acbee822e173)
- [NOTICKET]: add Tesseract and Poppler binaries via Git LFS (0a9101a16c713c3facd8c06279da1f01403306a0)
- [NOTICKET]: update uv.lock (bb79f64b69c3bdcb2c98867c5d4945bf2311394d)
- [NOTICKET][DB] update credential & databaseclient. update settings (0e079550f8524da66df365638167dfe42b70ae62)
- [NOTICKET] update settings (65a5c6b1c1539de5d66e700aa5bef011e3c2b2f6)
- [KM-437][DB] add mysql, sqlserver, bigquery, snowflake connections (43539293eab9328d1d6f22f2f837c0a0085485a5)
- [NOTICKET]: adjusted pyproject.toml for OCR PDF (a00e2ad5306306ff73c30d085f126fab7bd1e78c)
- [NOTICKET]: fix merge conflict (6c8734607da68151ab574d0d186b17ac0d8ec460)
- [NOTICKET][DB] fix mysql pipeline (060c8cc81d4de2e85d2f6b4d3de178307e211ad0)
- [NOTICKET] edit imports (b145c06e354030dc38a550cd53030ba4864870ae)
- [NOTICKET] minor code refactor (52415b6a52f08900d27b548459a15c1113c1b892)
- [NOTICKET] add duplicate check for storing database (d310770ffcbcf75cb6b952f86bc6947ab2c7bb6a)
- [NOTICKET][DB] add supported dbtype for frontend (a531fcc7f53fe56a634ebba3b0fd4ff7ad51a33d)
- [NOTICKET]: add doctypes endpoint & 10MB file size limit (9debae56609158434faf47bf2a4a7b70c4137290)
- [NOTICKET]: add comments to flag that file type lists must stay in sync (023b7cfeb1dd6f6c54df748feb1130e4a994bc26)
- [NOTICKET]: add to gitignore (bbc8c584ef676c15d913d04933b9b8ff2b8d98d8)
- Merge branch 'main' of https://huggingface.co/spaces/DataEyond/Agentic-Service-Data-Eyond into dev_new (7757da18fa23f89a4d731cf2648727a97c49b88c)
- Merge branch 'main' of https://huggingface.co/spaces/DataEyond/Agentic-Service-Data-Eyond into dev_new (9c090a04cf8a78322836d04e245632bbf1f04555)
- Merge branch 'main' of https://huggingface.co/spaces/DataEyond/Agentic-Service-Data-Eyond into dev_new (5398fec4138f7f2b944c0a3ddbdf1f858bac7e16)
- Merge branch 'dev_new' of https://huggingface.co/spaces/DataEyond/Agentic-Service-Data-Eyond into dev_new (20bf3f8fa4393217cb50f9e330196b26bb138fa1)
- [NOTICKET] add total token logging (b9703fc5cfad1ec51ef67497559ef4a5235ea3d5)
- [NOTICKET] add updated_at field for metadata & delete old embedding before appending (cb5ab3273516de824aa254ff7c9fed0c5f8098aa)
- [NO TICKET][document]: add updated_at on metadata (d2f7a4833e1069abc3d3831381661def3af4ad8a)
- [NO TICKET][document]: delete vector embedding on table langchain_pg_embedding if user delete document on knowledge (ac3d8c19b4edb19fad7630b7ec5dabc39f9948ac)
- [NOTICKET][document]: make a clean output to status error unsupported file type (2814813f836a095af5b20552ec047cbc29c95821)
- [KM-438][KM-439] framework for knowledge retriever (d1e12641c43e217c684389dd6697f29ffc489226)
- Merge branch 'main' of https://huggingface.co/spaces/DataEyond/Agentic-Service-Data-Eyond into dev_new (a701ac3732bf0eb3da2b13f1801c89537986174e)
- [NOTICKET] fix single source to multiple sources (589ca324a5fec304a2d3652b65311e494c5a44b9)
- [NOTICKET] fixed multiple sources (e9f2a26317988ef59031c32726cae793ad135755)
- [KM-507] add multiple retrieval method to compare (dense, mmr, bm25, hybrid) (ac6b78d1a5448aab8a210416374bd3ffad4300dd)
- [KM-507] add changes to methods (82186504125f65d3767fee5371451847f435a9ea)
- [NOTICKET] add db_client for querying (e49db6011cc3be00efeb0807c02db0bbffa56999)
- add to gitignore (83ed7447e869f2d884d9cd341b7e20bac00f48cd)
- [KM-507] add different methods, now using dense cosine (145bca392470b81e16060feb040ab652f7185976)
- [KM-512] create folder for querying from bd/tabular docs (2c8a3e89bb68fe046beac5dc9934a8d6daaba15d)
- [NOTICKET] minor fix in chat.py, add package for query, change schema used to hybrid (cosine+bm25) (15cd3a7f887abe8994b45d80d4d7ade688120b88)
- [KM-512] add Pydantic model the LLM fills via function calling in sql_query, and add same signature for db and tabular (220f59eb60b88891e476c989b9549cc180cc08b7)
- [NOTICKET] rename file name, updated after uv sync (948d6ddaa2b4bdafef45a219169832d6c7b602bc)
- [NOTICKET] update .gitignore (240251c4050c9a6457522d0024e87f99dbfbbb13)
- Merge branch 'dev_new' of https://huggingface.co/spaces/DataEyond/Agentic-Service-Data-Eyond into dev_new (29efec6750e81688c99f62f52b0fdc137da8fee8)
- [KM-513][document] add convert to parquet if type file is XLSX and CSV (770f26b143a795987628fbdb4716ee8c574a6e5c)
- add to gitignore (1fef470b29037577cde6246ec7f417f164fed72e)
- [KM-512] connect query executor to user question. add logging for db_executor (abc494f97718a67af0d237ebac88fb240f3b46d3)
- [NOTICKET] fix delete, now can filter by user (f273db057a8158fe7eac526688ffd52d9ebaf911)
- [NOTICKET] db_executor: CTE DML check now walks entire AST root, schema: cast instead of string interpolation (bd2b1d9ddf6664c2739563fbd04eaca279771ec0)
- [NOTICKET] fix-revert string change (110ee3438ef171e177c53f38b437e6dc8e927a42)
- [KM-520] Integrate db query executor pipeline with existing rag retrieve pipeline (a25febe2e68afe14a0c75352fe746dc9d0157643)
- [KM-516][KM-517] add new feature; ai can now see table & column names that have fk relationship with retrieved result (f86da27bdc2a60f0b38b61db90008094ee4d7146)
- [NOTICKET] fix query now use orchestrator msg, rework db pipeline replace ingestion logic (be9bbd9d4451e320e923627eca36f1442cae1932)
- [KM-507] now only uses hybrid (cosine and bm25) (40925b456b3dc369c009be2f47f4ce767ab23282)
- [NOTICKET]untrack software/ folder (ignored via .gitignore) (0931c10da43d82f6a20cbd1c64ace719a6506257)
- [NOTICKET] add pyarrow (432c1fa9020f468e09ba83af77b4077a8fd00f33)
- [NOTICKET] add pyarrow (7ff66c9b2cb40cb65858c698f539b2301f1d279c)
- [KM-515][document] Make Query for Tabular Type (XLSX & CSV) (3604994812d94d33192ee0d6378ff6ce44e696aa)
- [KM-455][document] decided methods retrieval for document (cf77d20e57c085b691a5956e1ec62fc216630e8e)
- [KM-533] add table level schema, differentiate with chunk level. expand retrieval result with FK exploration (fc1239aeb8066a4333127a530c5e0b9513516551)
- [KM-533] now also retrieves table level chunk (4150ba7e197b3ec5568f8da4a3fecff9f427e988)
- fix: fix dedup logic (c9d3b3377072d16a88d0d1ab55dd741a9d49bcf1)
- [NOTICKET] rrf merge now at router level (de32ab044f85c8cfe6e3e375181d6b485f1d4e9e)
- [NOTICKET] minor refactoring (e4f62b85c2175a3d68922eff54bc994fb24df733)
- fix: query executor now use user question as prompt (sebelumnya pakai hasil orchestrator) (0935ede43f22c67a02820cbc0bb6041b93b3ff3e)
- fix: increase K in chat endpoint to 10 (b59ef76f23e9f03eeaa47e2502caf5f773836068)
- feat: add sheet-level chunk on CSV/XLSX ingestion (8daf9b595628ec17c15ae56a248a599ad0e3a5dc)
- fix: 5 bug fixes on tabular executor (a49dc1b5054112bf4828028259005698049a7f07)
- [NOTICKET][doc] fix aggregate count operation when value_col is not specified (00aa61d981a5792512b8f7befa0ebdfffbb4403e)
- [NOTICKET] now retrieve db tables first, then get column from the obtained tables. reduce k to 5 (bb29492a303cb94f704412a2def763e1093808fe)
- [NOTICKET][doc] add guard if filename None (b7fbaebb79bfddab15ac1cf1eaf457a1e40f7239)
- fix fallback to fresh retrieval on corrupted Redis cache (9cb950f748a7d66fe881ee63b8e11f48726abfa2)
- [NOTICKET][doc] validate embedding vector for NaN/Infinity in manhattan retriever (2167a5bd6e673b79071798753efb608162033d5c)
- [NOTICKET] pass orchestrator search_query to sql executor for multi-turn context (23eeb2d304ca995f29246653e45df6755ab00105)
- [NOTICKET][db] add sheet-level retrieval and focus LLM schema context to retrieved columns (a205d0c574cf945a9aad88b090c6f597575058e9)
- fix: minor returned type if sql writes limit yang melebihi batas (b4df8b1dcf2ad5818a231427bf398aff8a399fc5)
- [NOTICKET][doc] add sheet-level leg and RRF voting for tabular retrieval (5f86993f12a1a016497b020f042595e53325908e)
- [NOTICKET][doc] remove column filter and fallback cap for full-schema approach (959b1b008fbc122d30abbf84604e484730bd1db5)
- [NOTICKET][doc] correct metadata key path in _format_context (16ab91647e4f475e41a4a3e8a2e458aaded73793)
- NOTICKET] add dev dependency group and update gitignore (36ffff42eef515e31e5de451cc2a7cc0abcedb19)
- make executors self-contained, remove redundant pre-filter (73b7fe326cb1130157b54c6643822c21040028a3)
- fix sorted ranking so model uses overall sorted retrieved chunks (3e7924d5c6e5cbce0fc166fc354eec80acb44971)
- merge dev_new to main (9257b7bc21c85d0d6f17bacb74d1bcb4e604a5f4)


Co-authored-by: Sofhia Az-Zahra <sofhiaazzhr@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .dockerignore +6 -0
  2. .gitignore +4 -1
  3. pyproject.toml +7 -0
  4. software/Tesseract-OCR/ambiguous_words.1.html +0 -3
  5. software/Tesseract-OCR/ambiguous_words.exe +0 -3
  6. software/Tesseract-OCR/classifier_tester.1.html +0 -3
  7. software/Tesseract-OCR/classifier_tester.exe +0 -3
  8. software/Tesseract-OCR/cntraining.1.html +0 -3
  9. software/Tesseract-OCR/cntraining.exe +0 -3
  10. software/Tesseract-OCR/combine_lang_model.1.html +0 -3
  11. software/Tesseract-OCR/combine_lang_model.exe +0 -3
  12. software/Tesseract-OCR/combine_tessdata.1.html +0 -3
  13. software/Tesseract-OCR/combine_tessdata.exe +0 -3
  14. software/Tesseract-OCR/dawg2wordlist.1.html +0 -3
  15. software/Tesseract-OCR/dawg2wordlist.exe +0 -3
  16. software/Tesseract-OCR/doc/AUTHORS +0 -3
  17. software/Tesseract-OCR/doc/LICENSE +0 -3
  18. software/Tesseract-OCR/doc/README.md +0 -3
  19. software/Tesseract-OCR/libLerc.dll +0 -3
  20. software/Tesseract-OCR/libarchive-13.dll +0 -3
  21. software/Tesseract-OCR/libb2-1.dll +0 -3
  22. software/Tesseract-OCR/libbrotlicommon.dll +0 -3
  23. software/Tesseract-OCR/libbrotlidec.dll +0 -3
  24. software/Tesseract-OCR/libbz2-1.dll +0 -3
  25. software/Tesseract-OCR/libcairo-2.dll +0 -3
  26. software/Tesseract-OCR/libcrypto-3-x64.dll +0 -3
  27. software/Tesseract-OCR/libcurl-4.dll +0 -3
  28. software/Tesseract-OCR/libdatrie-1.dll +0 -3
  29. software/Tesseract-OCR/libdeflate.dll +0 -3
  30. software/Tesseract-OCR/libexpat-1.dll +0 -3
  31. software/Tesseract-OCR/libffi-8.dll +0 -3
  32. software/Tesseract-OCR/libfontconfig-1.dll +0 -3
  33. software/Tesseract-OCR/libfreetype-6.dll +0 -3
  34. software/Tesseract-OCR/libfribidi-0.dll +0 -3
  35. software/Tesseract-OCR/libgcc_s_seh-1.dll +0 -3
  36. software/Tesseract-OCR/libgif-7.dll +0 -3
  37. software/Tesseract-OCR/libgio-2.0-0.dll +0 -3
  38. software/Tesseract-OCR/libglib-2.0-0.dll +0 -3
  39. software/Tesseract-OCR/libgmodule-2.0-0.dll +0 -3
  40. software/Tesseract-OCR/libgobject-2.0-0.dll +0 -3
  41. software/Tesseract-OCR/libgraphite2.dll +0 -3
  42. software/Tesseract-OCR/libharfbuzz-0.dll +0 -3
  43. software/Tesseract-OCR/libiconv-2.dll +0 -3
  44. software/Tesseract-OCR/libicudt74.dll +0 -3
  45. software/Tesseract-OCR/libicuin74.dll +0 -3
  46. software/Tesseract-OCR/libicuuc74.dll +0 -3
  47. software/Tesseract-OCR/libidn2-0.dll +0 -3
  48. software/Tesseract-OCR/libintl-8.dll +0 -3
  49. software/Tesseract-OCR/libjbig-0.dll +0 -3
  50. software/Tesseract-OCR/libjpeg-8.dll +0 -3
.dockerignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ .venv
2
+ software/
3
+ __pycache__
4
+ *.py[oc]
5
+ .env
6
+ .env.*
.gitignore CHANGED
@@ -42,4 +42,7 @@ sample_file/
42
  test_tesseract.py
43
 
44
  # Windows binaries — installed via apt in Docker instead
45
- software/
 
 
 
 
42
  test_tesseract.py
43
 
44
  # Windows binaries — installed via apt in Docker instead
45
+ software/
46
+
47
+ tests/
48
+ .claude/
pyproject.toml CHANGED
@@ -135,3 +135,10 @@ testpaths = ["tests"]
135
  filterwarnings = [
136
  "ignore::DeprecationWarning",
137
  ]
 
 
 
 
 
 
 
 
135
  filterwarnings = [
136
  "ignore::DeprecationWarning",
137
  ]
138
+
139
+ [dependency-groups]
140
+ dev = [
141
+ "pytest>=8.3.4",
142
+ "pytest-asyncio>=0.24.0",
143
+ "ruff>=0.8.4",
144
+ ]
software/Tesseract-OCR/ambiguous_words.1.html DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9e122cc6b60a9515b253a99321354ae2de2d5886f72ee6e88841c38f111ff86
3
- size 17823
 
 
 
 
software/Tesseract-OCR/ambiguous_words.exe DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:85c23ac33fa8235cf5f3adaf87b97c506a56e71a96dd0f7bb83b373c029c2ae5
3
- size 1066496
 
 
 
 
software/Tesseract-OCR/classifier_tester.1.html DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb84879ff16408961c96c40dd2640647cf74b8d779a614ef4f86e6eb8daa2b0c
3
- size 19529
 
 
 
 
software/Tesseract-OCR/classifier_tester.exe DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e059fdeafdc95a6a4220619226ad0d0e7a48e95fd6902c7cdd523af376d3bd74
3
- size 4987040
 
 
 
 
software/Tesseract-OCR/cntraining.1.html DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a2adb8ab0f247b19462b83364bc41dd15004a9d5cade19c678d5be52d9bc756
3
- size 18156
 
 
 
 
software/Tesseract-OCR/cntraining.exe DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ea0cf4a9e750cb73bafddcc1bd14193e3dc15f2874a5e5ba4191b4662d0560e
3
- size 4709776
 
 
 
 
software/Tesseract-OCR/combine_lang_model.1.html DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9daa4a2944dc0d3c38758670bbbb07dccc17cc2176b2b5e571ce4c99fee04654
3
- size 21055
 
 
 
 
software/Tesseract-OCR/combine_lang_model.exe DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddd26b40ab4c2633dade1a2678769e9c51075e552be9161d3ce652f52546697e
3
- size 3503232
 
 
 
 
software/Tesseract-OCR/combine_tessdata.1.html DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9111e27f1333055506be7d14948b265e031aa0f834b6f68f67ed8c9a12111c60
3
- size 27130
 
 
 
 
software/Tesseract-OCR/combine_tessdata.exe DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f905d89cd6bd3737fa78369e6a91ce06a3f10641f56a2e8671e0d6c6168f485a
3
- size 1281096
 
 
 
 
software/Tesseract-OCR/dawg2wordlist.1.html DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:81566db3708b5a5dd581255eba17a244e51b3b14d9b6cfd82d529c87a0881cad
3
- size 18336
 
 
 
 
software/Tesseract-OCR/dawg2wordlist.exe DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee984cc2c0967473a2dcc361274f3e296c9b3019f8840b85446e5ca166f8a532
3
- size 575032
 
 
 
 
software/Tesseract-OCR/doc/AUTHORS DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d69deaae7deeaa053e597906f19482aa56e3de1536851cd20600a09d888c1224
3
- size 838
 
 
 
 
software/Tesseract-OCR/doc/LICENSE DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5
3
- size 11560
 
 
 
 
software/Tesseract-OCR/doc/README.md DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7918a2fc5dd61b3ea013601f45007604574452ce4934859dc7f43e2e459c019f
3
- size 8619
 
 
 
 
software/Tesseract-OCR/libLerc.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ab688c7c5c4afdfee0f519f942759137067a7876a1c1bb825ee575b0a5760b1
3
- size 761261
 
 
 
 
software/Tesseract-OCR/libarchive-13.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:98b9b7e9259f23eab6749ee25cca2c0643f09df6b23c58229fd43bf6249195e9
3
- size 769154
 
 
 
 
software/Tesseract-OCR/libb2-1.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fb8418a1172042dab5227fcd466b1bf293737f5b5cf35359e851516227f109c
3
- size 34372
 
 
 
 
software/Tesseract-OCR/libbrotlicommon.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:62f363f6aac0d54ce7b115c0412b19e0fe5480f4e6fc1254f663b0ab6868e46f
3
- size 143397
 
 
 
 
software/Tesseract-OCR/libbrotlidec.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d6c0f954b6f2db1c1c5fd5904886ae055859a02ca31b6dde5f96f6b0259d23f
3
- size 60412
 
 
 
 
software/Tesseract-OCR/libbz2-1.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b79cd3a7102e359ef6324e98966a67939e58ec2b651ae2847cae84a4dfa453f7
3
- size 100964
 
 
 
 
software/Tesseract-OCR/libcairo-2.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a30ed066ebbb5ed6e97da2c119d61a24e4135518c18f8cd8c61299a5182e720
3
- size 1207571
 
 
 
 
software/Tesseract-OCR/libcrypto-3-x64.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dbc1531aa728e1e5d1b11e2927882b8ee2a12bacb2495f04f0d248d5be82cd1
3
- size 5094016
 
 
 
 
software/Tesseract-OCR/libcurl-4.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:40986750cf6a9eb36c5fcd2cff5275c4cf45e99794bbbef8c3ff5380ce051bc7
3
- size 751728
 
 
 
 
software/Tesseract-OCR/libdatrie-1.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f760aef8a31b7c3670484ca4eabab1ab8e95c14052167e191463f6371c3f0850
3
- size 34386
 
 
 
 
software/Tesseract-OCR/libdeflate.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6ee7b31a23605d8e8b9be5eae782a3ddf7adf2b7ca2c8e0041bdfd4fe4659ee
3
- size 91035
 
 
 
 
software/Tesseract-OCR/libexpat-1.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9ea333175b1e995bbe6a062567f38ff362f1b2f369fa8ebdb0eeed21813bdc6
3
- size 188909
 
 
 
 
software/Tesseract-OCR/libffi-8.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1ed51652b3746c1b4bce497b7041e677e5d80c5ab8198efebb8fc6f75329ae8
3
- size 33708
 
 
 
 
software/Tesseract-OCR/libfontconfig-1.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6c70b7e205f24ff96b29a80849b59c84f8701b311434f64f2bf93bd36bdb163
3
- size 350185
 
 
 
 
software/Tesseract-OCR/libfreetype-6.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5297f754dfca04abdb0d21705d5afc3c4122aa25c7afbdd87900313cb780c868
3
- size 776690
 
 
 
 
software/Tesseract-OCR/libfribidi-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:252dec79246c013d8b32e4b1a034626965c55853aec32c5cafcd643b90d018db
3
- size 150259
 
 
 
 
software/Tesseract-OCR/libgcc_s_seh-1.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0cc0027247c22e73cba10ba9e25ea2444a2b4072cb38e45c2cda7374e12a5c2
3
- size 117427
 
 
 
 
software/Tesseract-OCR/libgif-7.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1a179853ae6fad8eb045b8e9f12c55e6fc99929446b02fa345512354cf5e582
3
- size 41367
 
 
 
 
software/Tesseract-OCR/libgio-2.0-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ec4f4ddbc2384dd8a0d27c6d559bc7034b390c6bfba1ef89b755c2291cd8ef9
3
- size 1800402
 
 
 
 
software/Tesseract-OCR/libglib-2.0-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:876cf35b494d95ab012e7220208501882d5f40eb7c3f421b7a92b05ff9e8c3f9
3
- size 1448224
 
 
 
 
software/Tesseract-OCR/libgmodule-2.0-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:41bf2686dd2b8ffb471ded05b876dea3fcb5913212b809da143adc3e9f98e5bd
3
- size 26783
 
 
 
 
software/Tesseract-OCR/libgobject-2.0-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5bd93c3eb8db5e86fe8135ffd6eb246d8f9e5c15b8bc1719ca29586ccf1facd
3
- size 358489
 
 
 
 
software/Tesseract-OCR/libgraphite2.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f927efecd958f0e54a24ae297f86cd6aed05e7fc20e5da0882050ab9ec464395
3
- size 152538
 
 
 
 
software/Tesseract-OCR/libharfbuzz-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ccf58a209c175b4d8bc583e4866e1fb55414effcddebd5f8b2ea5d2feacb0af
3
- size 1291986
 
 
 
 
software/Tesseract-OCR/libiconv-2.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:967189adfbc889fde89aafc867f7a1f02731f8592cf6fd5a4ace1929213e2e13
3
- size 1118202
 
 
 
 
software/Tesseract-OCR/libicudt74.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:90a20195f28e27f65709211c8fa02af5197038f5746692c49b34f7f1bdd98931
3
- size 30796806
 
 
 
 
software/Tesseract-OCR/libicuin74.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:69328f8c98dc27ee26bba561cd9b6077a63dcfca88d601ade3bb50143a171d2e
3
- size 2958241
 
 
 
 
software/Tesseract-OCR/libicuuc74.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:faea09e5599364842e832ab3f196ad2f166bada760124d10b2acc67c1c06d55c
3
- size 1839550
 
 
 
 
software/Tesseract-OCR/libidn2-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:621f5bfc24cdae8479a69b56de530ab6cee633352ae0bce01885cc6b1eca0371
3
- size 242965
 
 
 
 
software/Tesseract-OCR/libintl-8.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:42a63cb4c3c28a683d9f6c3510de5ec17849eb18c097fa02cd78aeb800bff202
3
- size 188681
 
 
 
 
software/Tesseract-OCR/libjbig-0.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:275a827ba6839d47cfdbe059db1b1b403a92ff26e2b76a29362915487868bef2
3
- size 62083
 
 
 
 
software/Tesseract-OCR/libjpeg-8.dll DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4342cced309104c858b5e506a7c3dc1a7018764908b1d65bb6f4b3ff164c78f5
3
- size 928587