Genwiki2024: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 9: Line 9:
|version=0.0.4
|version=0.0.4
|description=Genealogy Semantification
|description=Genealogy Semantification
|date=2025-02-27
|date=2025-03-04
|since=2024-08-15
|since=2024-08-15
}}
}}
=tickets=
=tickets=
{{pip|genwiki2024}}
{{pip|genwiki2024}}


== Usage ==
== AI experiments ==
<source lang='bash' highlight='1'>
see https://cr.bitplan.com/index.php/Genealogy2025-02-28 and https://cr.bitplan.com/index.php/Genealogy2024-09-19
djvuconv -h
usage: djvuconv [-h] [--base-path BASE_PATH] [--batch-size BATCH_SIZE]
                --command {catalog,convert,thumbnails,dbupdate} [-d]
                [--db-path DB_PATH] [-f] [--limit LIMIT]
                [--max-errors MAX_ERRORS] [--max-workers MAX_WORKERS]
                [--output-path OUTPUT_PATH] [--serial] [--sort {asc,desc}]
                [-v] [--url URL]
 
Process DjVu files
 
options:
  -h, --help            show this help message and exit
  --base-path BASE_PATH
                        Base path for DjVu files
  --batch-size BATCH_SIZE
                        Number of pages to process in each batch (default:
                        100)
  --command {catalog,convert,thumbnails,dbupdate}
                        Command to execute
  -d, --debug          Enable debugging
  --db-path DB_PATH    Path to the database
  -f, --force          Force recreation
  --limit LIMIT        Maximum number of pages to process
  --max-errors MAX_ERRORS
                        Maximum allowed error percentage before skipping
                        database update
  --max-workers MAX_WORKERS
                        Maximum number of worker threads (default: CPU count *
                        4)
  --output-path OUTPUT_PATH
                        Path for PNG files
  --serial              Use serial processing - parallel is default
  --sort {asc,desc}    Sort by page count (asc=smallest first)
  -v, --verbose        Enable debugging
  --url URL            Process a single DjVu file (only valid in convert
                        mode)
</source>

Latest revision as of 12:46, 2 January 2026

OsProject

OsProject
id  Genwiki2024
state  active
owner  WolfgangFahl
title  Genwiki
url  https://github.com/WolfgangFahl/genwiki2024
version  0.0.4
description  Genealogy Semantification
date  2025-03-04
since  2024-08-15
until  

tickets

Installation

pip install genwiki2024
# alternatively if your pip is not a python3 pip
pip3 install genwiki2024 
# local install from source directory of genwiki2024 
pip install .

upgrade

pip install genwiki2024  -U
# alternatively if your pip is not a python3 pip
pip3 install genwiki2024 -U


AI experiments

see https://cr.bitplan.com/index.php/Genealogy2025-02-28 and https://cr.bitplan.com/index.php/Genealogy2024-09-19