معرفی شرکت ها


DocuScan-0.0.1.7.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Added Requirements
ویژگی مقدار
سیستم عامل -
نام فایل DocuScan-0.0.1.7.3
نام DocuScan
نسخه کتابخانه 0.0.1.7.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alex Scotland
ایمیل نویسنده rocketleaguemarket@gmail.com
آدرس صفحه اصلی https://github.com/mutster/DocuScan-Python
آدرس اینترنتی https://pypi.org/project/DocuScan/
مجوز -
# DocuScan Package DocuScan is a lightweight document scanner. DocuScan allows users to open up document types docx,doc,pdf and return the information inside as strings. DocuScan also allows for manipulation of this information via regular expressions. [Check out my other projects!](https://github.com/AlexScotland) Requirements: 2. zipfile 3. io 4. re 5. XML Installation: 1. run pip install DocuScan 2. import DocuScan Usage: 1. class DocuScan('fileName') to a variable. ###It is worth noting that the fileName must be in the directory. 2. use print(variable.returnFileText()) 3. use print(variable.executeRegex('regex here')) 4. use print(executeHeaderRegex('regex here')) 5. use print(executeFooterRegex('regex here')) Functionality: 1. returnFileText() - Returns the text of a file. 2. executeRegex(regexExpression) - creates a list of all matching cases of regexExpression 3. executeHeaderRegex(regularExpression) - creates a list of all matching cases of regexExpression in the header XML. 4. executeFooterRegex(regularExpression) - creates a list of all matching cases of regexExpression in the Footer XML.


نحوه نصب


نصب پکیج whl DocuScan-0.0.1.7.3:

    pip install DocuScan-0.0.1.7.3.whl


نصب پکیج tar.gz DocuScan-0.0.1.7.3:

    pip install DocuScan-0.0.1.7.3.tar.gz