capsphere


Namecapsphere JSON
Version 0.0.20 PyPI version JSON
download
home_page
SummaryCapsphere proprietary library
upload_time2023-09-01 14:38:03
maintainer
docs_urlNone
authorAndy Lee
requires_python
license
keywords python capsphere pdf credit cs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Capsphere

The `capsphere` package holds modules which help in the process of credit scoring for customers and institutions in Malaysia.

There are three packages in this project:

## common 

This module holds utility functions that aid the extraction of data from Malaysian bank statements, which might be in pdf or image format.

## domain

The data abstractions and classes related to a customer's transactions are contained in this module.

## recognition

For the moment, this is where all the logic for extracting pdf or image statements will be housed. We are exploring three separate methods:

### Amazon Textract

- TBC

### OCR using `pytesseract`

- TBC

### PDF libraries such as `pdfplumber`

- We have two functions in the `plumber` package which are `func_ambank` and `func_maybank`. These are both in the `converter.py` file and can be used to read AmBank and CIMB pdf bank statements.




There are some config and test files in this project as well. They  are found in the `resources` package.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "capsphere",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,capsphere,pdf,credit,cs",
    "author": "Andy Lee",
    "author_email": "andy.mt.lee@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/39/d42068ce0269c69ca056e4fb6b326b3e97839ecf225abf4db037bb160922/capsphere-0.0.20.tar.gz",
    "platform": null,
    "description": "# Capsphere\n\nThe `capsphere` package holds modules which help in the process of credit scoring for customers and institutions in Malaysia.\n\nThere are three packages in this project:\n\n## common \n\nThis module holds utility functions that aid the extraction of data from Malaysian bank statements, which might be in pdf or image format.\n\n## domain\n\nThe data abstractions and classes related to a customer's transactions are contained in this module.\n\n## recognition\n\nFor the moment, this is where all the logic for extracting pdf or image statements will be housed. We are exploring three separate methods:\n\n### Amazon Textract\n\n- TBC\n\n### OCR using `pytesseract`\n\n- TBC\n\n### PDF libraries such as `pdfplumber`\n\n- We have two functions in the `plumber` package which are `func_ambank` and `func_maybank`. These are both in the `converter.py` file and can be used to read AmBank and CIMB pdf bank statements.\n\n\n\n\nThere are some config and test files in this project as well. They  are found in the `resources` package.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Capsphere proprietary library",
    "version": "0.0.20",
    "project_urls": null,
    "split_keywords": [
        "python",
        "capsphere",
        "pdf",
        "credit",
        "cs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4166aaa800beceabf81ac6b691891081b832e1e224d9698c62196666c6755cd",
                "md5": "d561fdbefb687c94036a384e5fb731cb",
                "sha256": "655fd5c2cb9640eb14d5f667475018feaf0e0ab5e4d66abe898a703aa8723078"
            },
            "downloads": -1,
            "filename": "capsphere-0.0.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d561fdbefb687c94036a384e5fb731cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 195313,
            "upload_time": "2023-09-01T14:38:01",
            "upload_time_iso_8601": "2023-09-01T14:38:01.191463Z",
            "url": "https://files.pythonhosted.org/packages/d4/16/6aaa800beceabf81ac6b691891081b832e1e224d9698c62196666c6755cd/capsphere-0.0.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe39d42068ce0269c69ca056e4fb6b326b3e97839ecf225abf4db037bb160922",
                "md5": "630b7026b6ab685926a4f3599b8847a9",
                "sha256": "217044f423e1d6455fc25a58253fa2c79590b7d4ed1639b6a8a6b9a83f1220da"
            },
            "downloads": -1,
            "filename": "capsphere-0.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "630b7026b6ab685926a4f3599b8847a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 188757,
            "upload_time": "2023-09-01T14:38:03",
            "upload_time_iso_8601": "2023-09-01T14:38:03.049594Z",
            "url": "https://files.pythonhosted.org/packages/fe/39/d42068ce0269c69ca056e4fb6b326b3e97839ecf225abf4db037bb160922/capsphere-0.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-01 14:38:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "capsphere"
}
        
Elapsed time: 0.16469s