Axon_OCR / settings.py
Sage
Big Commit
3dd785b
#OpenAI Variables
gpt_model = "gpt-3.5-turbo"
#Company Specfic Variables
char_remove = ["N/A", "(Use additional sheet if necessary)", "(not provided)", "Not specified", "-||-", "0 sq.m.", "(not provided in text)"]
#Company Documents
RPFAAP2 = '''
Desired Format:
Additional Items: -||-
Unit Construction Cost (P): <Monetary Value>
Sub-Total (P): <Monetary Value>
Depreciation Rate: -||-
Depreciation Cost (P): <Monetary Value>
Cost of Additional Items: -||-
Total Construction Cost: -||-
Total Percentage Depreciation: -||-
Market Value (P): <Monetary Value>
Actual Use: -||-
Market Value (P): <Monetary Value>
Assessment Level: -||-
Assessed Value (P): <Monetary Value>
Effectivity of Assessment/Reassessment: -||-
Memoranda: -||-
Date of Entry in the Record of Assessment: -||-
Name: -||-
PIN: <Numerical Value Only>
ARP No.: <Numerical Value Only>
TD No.: <Numerical Value Only>
Total Assessed Value: -||-
Previous Owner: <Person's Name>
Effectivity of Assessment: -||-
Record Person: <Person's Name>
Date: -||-
'''
RPFAAP1 = '''
Desired Format:
ARP No.: <Numerical Value Only>
OWNER: <Person's Name>
Address: -||-
Tel No.: -||-
Administrator/Beneficial User: -||-
Address: -||-
Tel No.: -||-
PIN: <Numerical Value Only>
TIN_1: <Numerical Value Only>
TIN_2: <Numerical Value Only>
No. / Street: -||-
Brgy/District: -||-
Municipality: -||-
Province/city: -||-
Owner: <Person's Name>
OCT/TCT/CLOA No.: -||-
Lot No.: -||-
Survey No.: -||-
Blk No.: -||-
TD/ARP No.: <Numerical Value Only>
Area: <Area in SQ.M.>
Kind of Bldg.: -||-
Structural Type: <Roman Numerals Only>
Bldg. Permit No.: -||-
Date Issued: -||-
Condominium Certificate of Title(CCT): -||-
Certificate of Completion Issued on: -||-
Certificate of Occupancy Issued on: -||-
Date Constructed/Completed: -||-
Date Occupied: -||-
Bldg. Age: -||-
No. of Storeys: -||-
Area of 1st Flr: <Numerical Value in SQ.M.>
Area of 2nd Flr: <Numerical Value in SQ.M.>
Area of 3rd Flr: <Numerical Value in SQ.M.>
Area of 4th Flr: <Numerical Value in SQ.M.>
Total Floor Area: <Numerical Value in SQ.M.>
'''
TDRP = '''
Desired Format:
TD No.: -||-
Property Identification No.: -||-
Owner: -||-
TIN_1: -||-
Address_1: -||-
Telephone No._1: -||-
Administrator/Beneficial User: -||-
TIN_2: -||-
Address_2: -||-
Telephone No._2: -||-
Number and Street: -||-
Barangay/District: -||-
Municipality & Province/City: -||-
OCT/TCT/CLOA No.: -||-
Survey No.: -||-
CCT: -||-
Lot No.: -||-
Dated: -||-
Blk No.: -||-
North: -||-
South: -||-
East: -||-
West: -||-
Land: -||-
Building: -||-
No. of Storeys: -||-
Brief Description_1: -||-
Machinery: -||-
Brief Description_2: -||-
Others: -||-
Specify: -||-
Total Assessed Value: -||-
Taxable: -||-
QTR: -||-
Year: -||-
This declaration cancels TD No.: -||-
Owner: -||-
Previous A.V. Php: -||-
Memoranda: -||-
'''
TDRP_COORDS = '''
North: (193, 580), (600, 640)
'''